void-packages/common/environment/build-style/python3-pep517.sh
classabbyamp 21f446e73a common/environment/build-style/python3-*.sh: add python3-packaging-bootstrap
...if verifying python dependencies. needed for python module dependency
verification hook
2024-12-14 07:44:02 -05:00

6 lines
207 B
Bash

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