gns3Packages.{server,gui}Stable: 2.1.16 -> 2.1.17

This commit is contained in:
Michael Weiss
2019-05-17 20:33:44 +02:00
parent a468035cc0
commit 3cebc9a390
2 changed files with 5 additions and 3 deletions
@@ -47,6 +47,8 @@ in python.pkgs.buildPythonPackage {
postPatch = ''
# "typing" is only required for Python 3.4 and breaks Python 3.7:
sed -iE "s/.*typing.*//" requirements.txt
# Only 2.x is problematic:
sed -iE "s/prompt-toolkit==1.0.15/prompt-toolkit<2.0.0/" requirements.txt
'';
propagatedBuildInputs = with python.pkgs; [