Date: Sun, 22 May 2022 05:15:46 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: ce93ecc6b21d - main - misc/py-cinder: Update USES=python Message-ID: <202205220515.24M5Fk8X062459@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=ce93ecc6b21d8d494e364817c248abda26464052 commit ce93ecc6b21d8d494e364817c248abda26464052 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:23:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 04:37:28 +0000 misc/py-cinder: Update USES=python net/py-python-glanceclient and net/py-python-novaclient require Python 3.8+ --- misc/py-cinder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile index 6168b68f9ba0..af172a60b668 100644 --- a/misc/py-cinder/Makefile +++ b/misc/py-cinder/Makefile @@ -76,7 +76,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tooz>=1.58.0:devel/py-tooz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe 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?202205220515.24M5Fk8X062459>