From 1d732b7062373bcbad89a5ac64d3a58af764b4a4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 May 2022 16:54:01 +0200 Subject: python310Packages.brother: remove postPatch section --- pkgs/development/python-modules/brother/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/python-modules/brother/default.nix b/pkgs/development/python-modules/brother/default.nix index 8cfe7624676..551dffa6541 100644 --- a/pkgs/development/python-modules/brother/default.nix +++ b/pkgs/development/python-modules/brother/default.nix @@ -32,15 +32,6 @@ buildPythonPackage rec { pytestCheckHook ]; - postPatch = '' - substituteInPlace setup.cfg \ - --replace "--cov --cov-report term-missing " "" - substituteInPlace setup.py \ - --replace '"pytest-runner"' "" - substituteInPlace requirements.txt \ - --replace "pysnmplib==" "pysnmplib>=" - ''; - pythonImportsCheck = [ "brother" ]; -- cgit 1.4.1