python3-subprocess-tee: fix python3-pep517 build

This commit is contained in:
Andrew J. Hesford 2022-11-08 13:55:25 -05:00 committed by Andrew J. Hesford
parent 58cd42634f
commit 7dfac50dc8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ checksum=ff5cced589a4b8ac973276ca1ba21bb6e3de600cde11a69947ff51f696efd577
make_check=no
post_patch() {
vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml
vsed -e "/setuptools_scm_git_archive/d" -e "/pip/d" -i pyproject.toml
}
post_install() {