Merge pull request #175307 from fabaff/brother-subst
python310Packages.brother: remove postPatch section
This commit is contained in:
commit
58fa3c321f
1 changed files with 0 additions and 9 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue