git: f84e321df486 - main - devel/py-pycadf: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 13:53:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f84e321df48660c1371abe309e8ec2e483ca06bd commit f84e321df48660c1371abe309e8ec2e483ca06bd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 13:50:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 13:50:00 +0000 devel/py-pycadf: Update USES=python devel/py-oslo.serialization requires Python 3.8+ --- devel/py-pycadf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pycadf/Makefile b/devel/py-pycadf/Makefile index 0c21b15063c4..439f6b0d85bb 100644 --- a/devel/py-pycadf/Makefile +++ b/devel/py-pycadf/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@ ${PYTHON_PKGNAMEPREFIX}pytz>=2013.6,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= cpe python:3.6+ +USES= cpe python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes