...if verifying python dependencies. needed for python module dependency verification hook
7 lines
179 B
Bash
7 lines
179 B
Bash
lib32disabled=yes
|
|
if [ -z "$nopyprovides" ] || [ -z "$noverifypydeps" ]; then
|
|
hostmakedepends+=" python3-packaging-bootstrap"
|
|
fi
|
|
makedepends+=" python3"
|
|
build_helper+=" python3"
|