git: 9d4e7a0efb20 - main - net/py-python-heatclient: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 13:53:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d4e7a0efb2093a8143084aa82f5304a70e8dab6 commit 9d4e7a0efb2093a8143084aa82f5304a70e8dab6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 13:50:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 13:50:25 +0000 net/py-python-heatclient: Update USES=python devel/py-oslo.utils requires Python 3.8+ --- net/py-python-heatclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-python-heatclient/Makefile b/net/py-python-heatclient/Makefile index 2b92c099b789..bd5d1d2e3c87 100644 --- a/net/py-python-heatclient/Makefile +++ b/net/py-python-heatclient/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ shebangfix +USES= python:3.8+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes