git: 926558db7360 - main - net/py-python-openstackclient: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:15:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=926558db73600b9dc253e63d6c19bc24ed1b3731
commit 926558db73600b9dc253e63d6c19bc24ed1b3731
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-22 04:23:55 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-22 04:37:29 +0000
net/py-python-openstackclient: Update USES=python
net/py-python-novaclient requires Python 3.8+
---
net/py-python-openstackclient/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net/py-python-openstackclient/Makefile b/net/py-python-openstackclient/Makefile
index d6572cce8540..35e785286f72 100644
--- a/net/py-python-openstackclient/Makefile
+++ b/net/py-python-openstackclient/Makefile
@@ -13,8 +13,7 @@ LICENSE= APACHE20
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} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=3.5.0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.61.0:devel/py-openstacksdk@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}osc-lib>=2.3.0:devel/py-osc-lib@${PY_FLAVOR} \
@@ -26,7 +25,7 @@ RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}python-novaclient>=17.0.0:net/py-python-novaclient@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR}
-USES= python:3.6+ shebangfix
+USES= python:3.8+ shebangfix
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes