python310Packages.hiyapyco: Remove postPatch
This commit is contained in:
parent
eebb9a7284
commit
46acbdc123
1 changed files with 0 additions and 7 deletions
|
@ -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 {} \;
|
||||
|
|
Loading…
Reference in a new issue