gns3-server: Remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel
2021-02-05 12:51:21 +01:00
parent c3c8cb0f81
commit 5e3a73dba1
+1 -3
View File
@@ -34,10 +34,8 @@ in python.pkgs.buildPythonPackage {
};
postPatch = ''
# yarl 1.4+ only requires Python 3.6+
substituteInPlace requirements.txt \
--replace "aiohttp==3.6.2" "aiohttp>=3.6.2" \
--replace "yarl==1.3.0" ""
--replace "aiohttp==3.6.2" "aiohttp>=3.6.2"
'';
propagatedBuildInputs = with python.pkgs; [