python310Packages.xml2rfc: Remove unneeded patches
This commit is contained in:
parent
30347106e5
commit
45b374ba08
1 changed files with 1 additions and 5 deletions
|
@ -40,13 +40,9 @@ buildPythonPackage rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
--replace "SHELL := /bin/bash" "SHELL := bash" \
|
--replace "SHELL := /bin/bash" "SHELL := bash" \
|
||||||
--replace "test flaketest" "test" \
|
--replace "test flaketest" "test"
|
||||||
--replace "python setup.py --quiet install" ""
|
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "'tox'," ""
|
--replace "'tox'," ""
|
||||||
substituteInPlace requirements.txt \
|
|
||||||
--replace "jinja2>=2.11,<3.0" "jinja2" \
|
|
||||||
--replace "markupsafe==2.0.1" "markupsafe"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue