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:
Matthias Andree 2022-12-10 16:58:03 +01:00
parent a6e00b38b3
commit 9e573ff093
1 changed files with 3 additions and 2 deletions

View File

@ -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