python39Packages.aiodiscover: allow later pyroute2 releases

This commit is contained in:
Fabian Affolter 2021-05-23 00:37:01 +02:00
parent 0e9f4948ef
commit cce46ce007

View file

@ -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 = [