git: 69829481fee4 - main - net/py-python-openstackclient: Convert to USE_PYTHON=cryptography
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 14:32:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69829481fee430758e3360cb0774f3a4a77176c7
commit 69829481fee430758e3360cb0774f3a4a77176c7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-29 14:32:03 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-29 14:32:03 +0000
net/py-python-openstackclient: Convert to USE_PYTHON=cryptography
---
net/py-python-openstackclient/Makefile | 3 +--
1 file changed, 1 insertion(+), 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