diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-11 21:50:17 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-11 21:50:17 +0800 |
commit | 5bb071f4a9f06930168e8fa693471f98095cbcdc (patch) | |
tree | 0112d1998a14932c1b5074720b2c6776ec9d67a3 /net/py-python-cinderclient | |
parent | net/py-python-ceilometerclient: Update USES=python (diff) |
net/py-python-cinderclient: Update USES=python
devel/py-oslo.utils requires Python 3.8+
Diffstat (limited to 'net/py-python-cinderclient')
-rw-r--r-- | net/py-python-cinderclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-python-cinderclient/Makefile b/net/py-python-cinderclient/Makefile index 258a1ea7c579..8381912e5a10 100644 --- a/net/py-python-cinderclient/Makefile +++ b/net/py-python-cinderclient/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=4.3.1:devel/py-keystoneauth1@ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=3.3.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python:3.8+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |