Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2024 06:31:04 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e6cd972fd14 - main - security/py-krb5: Update version requirement of BUILD_DEPENDS
Message-ID:  <202405160631.44G6V4BC044793@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e6cd972fd14cb669d6eb91c5802cb12a4259a91

commit 9e6cd972fd14cb669d6eb91c5802cb12a4259a91
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:10 +0000

    security/py-krb5: Update version requirement of BUILD_DEPENDS
---
 security/py-krb5/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405160631.44G6V4BC044793>