git: 35fabf28b1cb - main - Mk/Uses/python.mk: Fix f68ce0bd2825dccfb0fcf52fecf6e4c0d2796d69

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 Oct 2025 13:48:47 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=35fabf28b1cb584cbf8a476ad88b75a32682c7e7

commit 35fabf28b1cb584cbf8a476ad88b75a32682c7e7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-19 13:45:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-19 13:48:13 +0000

    Mk/Uses/python.mk: Fix f68ce0bd2825dccfb0fcf52fecf6e4c0d2796d69
    
    The CRYPTOGRAPHY_DEPENDS change is unintentional.
---
 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 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