diff --git a/pkgs/development/python-modules/brother/default.nix b/pkgs/development/python-modules/brother/default.nix index db4ef16522e8..be6595408db6 100644 --- a/pkgs/development/python-modules/brother/default.nix +++ b/pkgs/development/python-modules/brother/default.nix @@ -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 = [