From 35ff104e602c67390943e24878030f681dc4ab7a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 16 Jan 2024 14:13:49 +0100 Subject: [PATCH] python311Packages.brother: migrate to lextudio pysnmp flavor --- pkgs/development/python-modules/brother/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/brother/default.nix b/pkgs/development/python-modules/brother/default.nix index 5e90a4e90132..54bb6bff1b32 100644 --- a/pkgs/development/python-modules/brother/default.nix +++ b/pkgs/development/python-modules/brother/default.nix @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , dacite -, pysnmplib +, pysnmp-lextudio , pytest-asyncio , pytest-error-for-skips , pytestCheckHook @@ -30,7 +30,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ dacite - pysnmplib + pysnmp-lextudio ]; nativeCheckInputs = [