Merge pull request #175307 from fabaff/brother-subst

python310Packages.brother: remove postPatch section

authored by Martin Weinelt and committed by GitHub 58fa3c32 e3724866

-9
-9
pkgs/development/python-modules/brother/default.nix
··· 32 32 pytestCheckHook 33 33 ]; 34 34 35 - postPatch = '' 36 - substituteInPlace setup.cfg \ 37 - --replace "--cov --cov-report term-missing " "" 38 - substituteInPlace setup.py \ 39 - --replace '"pytest-runner"' "" 40 - substituteInPlace requirements.txt \ 41 - --replace "pysnmplib==" "pysnmplib>=" 42 - ''; 43 - 44 35 pythonImportsCheck = [ 45 36 "brother" 46 37 ];