git: 964f0ef76ae5 - main - security/py-krb5: Remove BUILD_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 18 Apr 2024 12:53:23 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=964f0ef76ae5a93a9cb9af7ad76b917de0d8dd0b

commit 964f0ef76ae5a93a9cb9af7ad76b917de0d8dd0b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-18 12:48:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-18 12:48:28 +0000

    security/py-krb5: Remove BUILD_DEPENDS
    
    Cython 0.29.32 was in the ports tree almost 2 years ago.
    
    Reference:      https://cgit.freebsd.org/ports/commit/?id=4d966dc5d43a071e42395868587528e25790a010
---
 security/py-krb5/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/security/py-krb5/Makefile b/security/py-krb5/Makefile
index b6d1b0cfc343..b7cbd6fc2a48 100644
--- a/security/py-krb5/Makefile
+++ b/security/py-krb5/Makefile
@@ -11,8 +11,6 @@ WWW=		https://github.com/jborean93/pykrb5
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.32<4.0.0:lang/cython@${PY_FLAVOR}
-
 USES=		python
 USE_PYTHON=	autoplist concurrent cython distutils