common/environment/build-style/python3-*.sh: add python3-packaging-bootstrap

...if verifying python dependencies. needed for python module dependency
verification hook
This commit is contained in:
classabbyamp 2024-12-02 09:42:26 -05:00 committed by Andrew J. Hesford
parent 9d868884cd
commit 21f446e73a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,6 @@
lib32disabled=yes
if [ -z "$nopyprovides" ] || [ -z "$noverifypydeps" ]; then
hostmakedepends+=" python3-packaging-bootstrap"
fi
makedepends+=" python3"
build_helper+=" python3"

View File

@ -1,3 +1,6 @@
hostmakedepends+=" python3-build python3-installer"
lib32disabled=yes
hostmakedepends+=" python3-build python3-installer"
if [ -z "$nopyprovides" ] || [ -z "$noverifypydeps" ]; then
hostmakedepends+=" python3-packaging-bootstrap"
fi
build_helper+=" python3"