python310Packages.brother: relax pysnmplib constraint
This commit is contained in:
parent
66c6c914a8
commit
625c3daaf9
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue