1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

security/py-jwcrypto: Convert to USE_PYTHON=cryptography

This commit is contained in:
Po-Chuan Hsieh 2023-10-05 09:57:11 +08:00
parent 34b8ceb3df
commit 7d749f0dd6
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -12,11 +12,10 @@ WWW= https://jwcrypto.readthedocs.io/en/latest/ \
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=3.4,1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent cryptography distutils
NO_ARCH= yes