Skip to content

Commit

Permalink
Mk/Uses/python.mk: Update CRYPTOGRAPHY_DEPENDS
Browse files Browse the repository at this point in the history
py-pyhanko-certvalidator 0.26.2 requires py-cryptography 41.0.5+
  • Loading branch information
sunpoet committed Nov 27, 2023
1 parent bd4bea1 commit 008c780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/Uses/python.mk
Expand Up @@ -606,7 +606,7 @@ _PYTHONPKGLIST= ${WRKDIR}/.PLIST.pymodtmp

# cryptography* support
. if ${PYCRYPTOGRAPHY_DEFAULT} == rust
CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=41.0.4,1:security/py-cryptography@${PY_FLAVOR}
CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=41.0.5,1:security/py-cryptography@${PY_FLAVOR}
. else
CRYPTOGRAPHY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>=3.4.8_1,1:security/py-cryptography-legacy@${PY_FLAVOR}
. endif
Expand Down

0 comments on commit 008c780

Please sign in to comment.