Date: Mon, 11 Jul 2022 13:53:52 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eb4058517217 - main - net/py-python-barbicanclient: Update USES=python Message-ID: <202207111353.26BDrqgk013176@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb40585172173f6e51cf600335ef79d22ae8504f commit eb40585172173f6e51cf600335ef79d22ae8504f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 13:50:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 13:50:10 +0000 net/py-python-barbicanclient: Update USES=python devel/py-oslo.utils requires Python 3.8+ --- net/py-python-barbicanclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-python-barbicanclient/Makefile b/net/py-python-barbicanclient/Makefile index 2befed9ba6d8..05a5a63ddc97 100644 --- a/net/py-python-barbicanclient/Makefile +++ b/net/py-python-barbicanclient/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207111353.26BDrqgk013176>