git: 5bb071f4a9f0 - main - net/py-python-cinderclient: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 13:53:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bb071f4a9f06930168e8fa693471f98095cbcdc commit 5bb071f4a9f06930168e8fa693471f98095cbcdc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 13:50:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 13:50:17 +0000 net/py-python-cinderclient: Update USES=python devel/py-oslo.utils requires Python 3.8+ --- net/py-python-cinderclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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