Merge pull request #125580 from sophrosyne97/fix_gns3-server

gns3-server: fix build error
This commit is contained in:
Sandro
2021-06-05 23:30:49 +02:00
committed by GitHub
+2 -1
View File
@@ -24,7 +24,8 @@ in python.pkgs.buildPythonPackage {
postPatch = ''
substituteInPlace requirements.txt \
--replace "aiohttp==3.6.2" "aiohttp>=3.6.2"
--replace "aiohttp==3.6.2" "aiohttp>=3.6.2" \
--replace "py-cpuinfo==7.0.0" "py-cpuinfo>=8.0.0"
'';
propagatedBuildInputs = with python.pkgs; [