aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-10-19 13:45:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-10-19 13:48:13 +0000
commit35fabf28b1cb584cbf8a476ad88b75a32682c7e7 (patch)
treea442e62ed47c94a30335d6f619e366e879ccfde5
parent7924acb4c13f5235cc858aefb6bd416c223984e6 (diff)
Mk/Uses/python.mk: Fix f68ce0bd2825dccfb0fcf52fecf6e4c0d2796d69
The CRYPTOGRAPHY_DEPENDS change is unintentional.
-rw-r--r--Mk/Uses/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 37a2a48b9a55..5408c859bf0f 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -633,7 +633,7 @@ _PYTHONPKGLIST= ${WRKDIR}/.PLIST.pymodtmp
# cryptography* support
. if ${PYCRYPTOGRAPHY_DEFAULT} == rust
-CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=45.0.7,1<47,1:security/py-cryptography@${PY_FLAVOR}
+RYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=44.0.3,1:security/py-cryptography@${PY_FLAVOR}
. else
CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>=3.4.8_3,1:security/py-cryptography-legacy@${PY_FLAVOR}
. endif