aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 14:32:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 14:32:03 +0000
commit69829481fee430758e3360cb0774f3a4a77176c7 (patch)
treed8bb6838223dea5d0d2062d21c842fdc5c7f0527
parent8c1d5a691c94fbd8933d0993d49ea3128e471ce7 (diff)
downloadports-69829481fee430758e3360cb0774f3a4a77176c7.tar.gz
ports-69829481fee430758e3360cb0774f3a4a77176c7.zip
net/py-python-openstackclient: Convert to USE_PYTHON=cryptography
-rw-r--r--net/py-python-openstackclient/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/py-python-openstackclient/Makefile b/net/py-python-openstackclient/Makefile
index 3ffbb43d5d5b..c1d64b496cda 100644
--- a/net/py-python-openstackclient/Makefile
+++ b/net/py-python-openstackclient/Makefile
@@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=3.5.0:devel/py-cliff@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cryptography>=2.7,1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openstacksdk>=1.4.0:devel/py-openstacksdk@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}osc-lib>=2.3.0:devel/py-osc-lib@${PY_FLAVOR} \
@@ -27,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=3.5.0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR}
USES= python shebangfix
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent cryptography distutils
NO_ARCH= yes