lol

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

gns3-server: relax aiohttp pin

authored by

Michael Weiss and committed by
GitHub
023185b9 218b43a7

+3 -1
+3 -1
pkgs/applications/networking/gns3/server.nix
··· 35 36 postPatch = '' 37 # yarl 1.4+ only requires Python 3.6+ 38 - sed -iE "s/yarl==1.3.0//" requirements.txt 39 ''; 40 41 propagatedBuildInputs = with python.pkgs; [
··· 35 36 postPatch = '' 37 # yarl 1.4+ only requires Python 3.6+ 38 + substituteInPlace requirements.txt \ 39 + --replace "aiohttp==3.6.2" "aiohttp>=3.6.2" \ 40 + --replace "yarl==1.3.0" "" 41 ''; 42 43 propagatedBuildInputs = with python.pkgs; [