mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
security/libpwquality: fix poudriere build failures
libpwquality adds --single-version-externally-managed via files/patch-python_Makefile.in, which in turn requires up-to-date setuptools. Add this as PYTHON_BUILD_DEPENDS. Approved by: desktop@ (implicit, just-fix-it blanket)
This commit is contained in:
parent
a6e00b38b3
commit
9e573ff093
@ -28,9 +28,10 @@ OPTIONS_SUB= yes
|
||||
NLS_USES= gettext gnome
|
||||
NLS_USE= GNOME=intltool
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
PYTHON_USES= python:3.7+,build
|
||||
PYTHON_USES= python:3.7+,build
|
||||
PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR}
|
||||
PYTHON_CONFIGURE_ENABLE= python-bindings
|
||||
PYTHON_CONFIGURE_ON= --with-python-binary=${PYTHON_CMD}
|
||||
PYTHON_CONFIGURE_ON= --with-python-binary=${PYTHON_CMD}
|
||||
|
||||
post-install-PYTHON-on:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pwquality*.so
|
||||
|
Loading…
Reference in New Issue
Block a user