python310Packages.brother: relax pysnmplib constraint

This commit is contained in:
Fabian Affolter 2022-05-27 22:43:07 +02:00
parent 66c6c914a8
commit 625c3daaf9

View file

@ -37,6 +37,8 @@ buildPythonPackage rec {
--replace "--cov --cov-report term-missing " ""
substituteInPlace setup.py \
--replace '"pytest-runner"' ""
substituteInPlace requirements.txt \
--replace "pysnmplib==5.0.10" "pysnmplib>=5.0.10"
'';
pythonImportsCheck = [