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:
parent
34b8ceb3df
commit
7d749f0dd6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user