summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiodiscover
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-05-23 00:37:01 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-05-23 00:37:01 +0200
commitcce46ce00712fbd7ee4c9e4db29a5028da6d22f1 (patch)
tree1a17a54d920095e126a0ea360b1440eb6f2e286b /pkgs/development/python-modules/aiodiscover
parentpython3Packages.pyroute2: 0.5.18 -> 0.6.1 (diff)
downloadnixpkgs-cce46ce00712fbd7ee4c9e4db29a5028da6d22f1.tar.gz
python39Packages.aiodiscover: allow later pyroute2 releases
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 942482ba5ebb..8471afaded86 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 = [