gns3-server: fix build error

This commit is contained in:
sophrosyne97
2021-06-04 11:33:54 -04:00
parent 0b6531b9e8
commit fb9ad3bd7a
+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; [