From 625c3daaf97b794a3bb5701afb0749d92529cc72 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 27 May 2022 22:43:07 +0200 Subject: [PATCH] python310Packages.brother: relax pysnmplib constraint --- pkgs/development/python-modules/brother/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = [