1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-12-23 12:41:05 +01:00
void-packages/common/environment/build-style/python3-pep517.sh

7 lines
207 B
Bash
Raw Normal View History

2024-03-29 08:12:19 +01:00
lib32disabled=yes
hostmakedepends+=" python3-build python3-installer"
if [ -z "$nopyprovides" ] || [ -z "$noverifypydeps" ]; then
hostmakedepends+=" python3-packaging-bootstrap"
fi
2024-03-29 08:12:19 +01:00
build_helper+=" python3"