python310Packages.xml2rfc: Remove unneeded patches

This commit is contained in:
Jonas Heinrich 2022-09-23 10:24:19 +02:00 committed by GitHub
parent 30347106e5
commit 45b374ba08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [