Merge pull request #104112 from mweinelt/python/gns-server

gns3-server: relax aiohttp pin
This commit is contained in:
Michael Weiss 2020-11-18 20:32:26 +01:00 committed by GitHub
commit 023185b971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,9 @@ in python.pkgs.buildPythonPackage {
postPatch = ''
# yarl 1.4+ only requires Python 3.6+
sed -iE "s/yarl==1.3.0//" requirements.txt
substituteInPlace requirements.txt \
--replace "aiohttp==3.6.2" "aiohttp>=3.6.2" \
--replace "yarl==1.3.0" ""
'';
propagatedBuildInputs = with python.pkgs; [