1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gns3-server: relax aiohttp pin

This commit is contained in:
Martin Weinelt 2020-11-18 02:04:29 +01:00
parent aec155efb6
commit c05b2e7eea
No known key found for this signature in database
GPG key ID: BD4AA0528F63F17E

View file

@ -35,7 +35,9 @@ in python.pkgs.buildPythonPackage {
postPatch = '' postPatch = ''
# yarl 1.4+ only requires Python 3.6+ # 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; [ propagatedBuildInputs = with python.pkgs; [