about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiodiscover
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-01 16:36:25 +0200
committerGitHub <noreply@github.com>2021-06-01 16:36:25 +0200
commitd898fb282710c1be21ae9d9065d9241e6cb7acc7 (patch)
tree1c1a51569a53c942c9f3aa12d51874fb7eae9586 /pkgs/development/python-modules/aiodiscover
parentbc64755cfa6fe0d6e229941d34af2b000f1588fa (diff)
parentcce46ce00712fbd7ee4c9e4db29a5028da6d22f1 (diff)
Merge pull request #124079 from fabaff/bump-pyroute2
Diffstat (limited to 'pkgs/development/python-modules/aiodiscover')
-rw-r--r--pkgs/development/python-modules/aiodiscover/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aiodiscover/default.nix b/pkgs/development/python-modules/aiodiscover/default.nix
index db3b043e8355e..97caef50285a3 100644
--- a/pkgs/development/python-modules/aiodiscover/default.nix
+++ b/pkgs/development/python-modules/aiodiscover/default.nix
@@ -28,7 +28,9 @@ buildPythonPackage rec {
   ];
 
   postPatch = ''
-    substituteInPlace setup.py --replace '"pytest-runner>=5.2",' ""
+    substituteInPlace setup.py \
+      --replace '"pytest-runner>=5.2",' "" \
+      --replace "pyroute2>=0.5.18,!=0.6.1" "pyroute2"
   '';
 
   checkInputs = [