git: 07470d4504a5 - main - Mk/Uses/python.mk: Update CYTHON_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Sep 2026 14:59:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=07470d4504a54e7f80ef9608231d7397b2aabb8e
commit 07470d4504a54e7f80ef9608231d7397b2aabb8e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-09-09 14:43:32 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-09-09 14:49:47 +0000
Mk/Uses/python.mk: Update CYTHON_DEPENDS
---
Mk/Uses/python.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index f4ec2f43d5d3..216f38b1106c 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -654,7 +654,7 @@ TEST_DEPENDS+= ${CRYPTOGRAPHY_DEPENDS}
. endif
# cython* support
-CYTHON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=3.2.4:lang/cython@${PY_FLAVOR}
+CYTHON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=3.2.9:lang/cython@${PY_FLAVOR}
CYTHON0_DEPENDS=${PYTHON_PKGNAMEPREFIX}cython0>=0.29.37<3:lang/cython0@${PY_FLAVOR}
. if defined(_PYTHON_FEATURE_CYTHON)