3
0
Fork 0
forked from mirrors/nixpkgs

gns3-server: Remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-04 09:50:28 +01:00
parent c3c8cb0f81
commit 5e3a73dba1
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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; [