diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-16 06:18:39 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-16 06:22:10 +0000 |
commit | 9e6cd972fd14cb669d6eb91c5802cb12a4259a91 (patch) | |
tree | ae71e84aa43457f3696fa61eeb60a0781735e3af | |
parent | c4d2a966e9729970db647146d9cec200abd84dd9 (diff) |
security/py-krb5: Update version requirement of BUILD_DEPENDS
-rw-r--r-- | security/py-krb5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-krb5/Makefile b/security/py-krb5/Makefile index cbd5d6329b86..3512ad108a84 100644 --- a/security/py-krb5/Makefile +++ b/security/py-krb5/Makefile @@ -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 |