diff options
-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 |