1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

security/py-krb5: Update version requirement of BUILD_DEPENDS

This commit is contained in:
Po-Chuan Hsieh 2024-05-16 14:18:39 +08:00
parent c4d2a966e9
commit 9e6cd972fd
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -12,7 +12,7 @@ WWW= https://github.com/jborean93/pykrb5
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42.0.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python