mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
python3-subprocess-tee: fix python3-pep517 build
This commit is contained in:
parent
58cd42634f
commit
7dfac50dc8
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue