forked from mirrors/nixpkgs
gns3-server: Remove stale substituteInPlace
This commit is contained in:
parent
c3c8cb0f81
commit
5e3a73dba1
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue