mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-12-22 20:21:05 +01:00
build: sync with upstream 2024-12-18 https://github.com/void-linux/void-packages/commit/b9289ef4
This commit is contained in:
parent
39e9f2ee64
commit
ca50ac5e5a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
hook() {
|
||||
local py3_bin="${XBPS_MASTERDIR}/usr/bin/python3"
|
||||
|
||||
if [ -z "$nopyprovides" ] && [ -d "${PKGDESTDIR}/${py3_sitelib}" ] && [ -x "${py3_bin}" ]; then
|
||||
if [ -z "$noverifypydeps" ] && [ -d "${PKGDESTDIR}/${py3_sitelib}" ] && [ -x "${py3_bin}" ]; then
|
||||
PYTHONPATH="${XBPS_MASTERDIR}/${py3_sitelib}-bootstrap" "${py3_bin}" \
|
||||
"${XBPS_COMMONDIR}"/scripts/parse-py-metadata.py \
|
||||
${NOCOLORS:+-C} ${XBPS_STRICT:+-s} -S "${PKGDESTDIR}/${py3_sitelib}" -v "${pkgver}" \
|
||||
|
|
Loading…
Reference in a new issue