diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-29 22:19:56 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-29 22:19:56 +0800 |
| commit | 3754fc5f190b9a31f617d662bb35fd0f96ee8088 (patch) | |
| tree | 3896798f9cfeb2241f037b4ae5874dd2f85b784e /security/py-azure-keyvault-keys | |
| parent | x11-toolkits/wlroots-devel: update to 0.16.0.739 (diff) | |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine
Diffstat (limited to 'security/py-azure-keyvault-keys')
| -rw-r--r-- | security/py-azure-keyvault-keys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-azure-keyvault-keys/Makefile b/security/py-azure-keyvault-keys/Makefile index a7fa08281cd9..04fdb2950852 100644 --- a/security/py-azure-keyvault-keys/Makefile +++ b/security/py-azure-keyvault-keys/Makefile @@ -16,8 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} -USES= pycryptography:run python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent cryptography distutils NO_ARCH= yes |
