diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-05-23 00:37:01 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-05-23 00:37:01 +0200 |
| commit | cce46ce00712fbd7ee4c9e4db29a5028da6d22f1 (patch) | |
| tree | 1a17a54d920095e126a0ea360b1440eb6f2e286b /pkgs/development/python-modules/aiodiscover | |
| parent | python3Packages.pyroute2: 0.5.18 -> 0.6.1 (diff) | |
| download | nixpkgs-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.nix | 4 |
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 = [ |
