diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-01 00:32:15 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-01 00:40:13 +0800 |
commit | 1b11db5f106879d74a75a78868e196ef7957d6d0 (patch) | |
tree | 77c123f131f1add4ceb95c27d93809ef6c66c114 | |
parent | security/py-authlib: Sort USES (diff) |
security/py-azure-keyvault-keys: Sort USES
-rw-r--r-- | security/py-azure-keyvault-keys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-azure-keyvault-keys/Makefile b/security/py-azure-keyvault-keys/Makefile index 8f309aa1f7c2..a7fa08281cd9 100644 --- a/security/py-azure-keyvault-keys/Makefile +++ b/security/py-azure-keyvault-keys/Makefile @@ -16,7 +16,7 @@ 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= python pycryptography:run zip +USES= pycryptography:run python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |