Skip to content

Commit 21f446e

Browse files
classabbyampahesford
authored andcommitted
common/environment/build-style/python3-*.sh: add python3-packaging-bootstrap
...if verifying python dependencies. needed for python module dependency verification hook
1 parent 9d86888 commit 21f446e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
lib32disabled=yes
2+
if [ -z "$nopyprovides" ] || [ -z "$noverifypydeps" ]; then
3+
hostmakedepends+=" python3-packaging-bootstrap"
4+
fi
25
makedepends+=" python3"
36
build_helper+=" python3"
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
hostmakedepends+=" python3-build python3-installer"
21
lib32disabled=yes
2+
hostmakedepends+=" python3-build python3-installer"
3+
if [ -z "$nopyprovides" ] || [ -z "$noverifypydeps" ]; then
4+
hostmakedepends+=" python3-packaging-bootstrap"
5+
fi
36
build_helper+=" python3"

0 commit comments

Comments
 (0)