diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-25 23:39:09 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-25 23:56:46 +0800 |
commit | 52f22d09decb163341534c45c435c8f3c58a9334 (patch) | |
tree | 2b86f4b5def47dba17bc77a03f80745f31b6c596 /net/py-python-openstackclient/Makefile | |
parent | devel/py-trove-classifiers: Update to 2024.10.21.16 (diff) |
net/py-python-openstackclient: Update to 7.2.0
Changes: https://docs.openstack.org/releasenotes/python-openstackclient/
Diffstat (limited to 'net/py-python-openstackclient/Makefile')
-rw-r--r-- | net/py-python-openstackclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-python-openstackclient/Makefile b/net/py-python-openstackclient/Makefile index ab3a65c7f249..e12244318110 100644 --- a/net/py-python-openstackclient/Makefile +++ b/net/py-python-openstackclient/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-openstackclient -PORTVERSION= 7.1.3 +PORTVERSION= 7.2.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=3.5.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.27.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR} -USES= python shebangfix +USES= python:3.9+ shebangfix USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes |