gns3Packages.{server,gui}Stable: 2.1.16 -> 2.1.17
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user