diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-12 01:16:53 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-12 02:44:40 +0800 |
commit | 98a5d45a5c76a6684226724a525091dff611923d (patch) | |
tree | 3b895590bb8f8ac32d291301158f50e0de26338b | |
parent | science/py-eccodes: Update to 1.4.0 (diff) |
security/py-azure-keyvault-keys: Fix 213a6acb8c4c1311310413b7e42a09b1c6d64b55
- Revert RUN_DEPENDS change
from setup.py:
"azure-common~=1.1",
-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 3b17ba8cbbb7..cff556be4d42 100644 --- a/security/py-azure-keyvault-keys/Makefile +++ b/security/py-azure-keyvault-keys/Makefile @@ -11,7 +11,7 @@ COMMENT= Microsoft Azure Key Vault Keys Client Library for Python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.7.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ |