python310Packages.hiyapyco: Remove postPatch

This commit is contained in:
Jonas Heinrich 2022-09-20 09:28:48 +02:00 committed by GitHub
parent eebb9a7284
commit 46acbdc123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,6 @@ buildPythonPackage rec {
jinja2
];
postPatch = ''
# Should no longer be needed with the next release
# https://github.com/zerwes/hiyapyco/pull/42
substituteInPlace setup.py \
--replace "Jinja2>1,<3" "Jinja2>1"
'';
checkPhase = ''
set -e
find test -name 'test_*.py' -exec python {} \;