python310Packages.brother: remove postPatch section

This commit is contained in:
Fabian Affolter 2022-05-29 16:54:01 +02:00
parent 956b1ccf51
commit 1d732b7062

View File

@ -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"
];