git: 2491f06ff72e - main - devel/py-os-vif: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 13:53:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2491f06ff72e8b3d5bff66cd13474e0c1c5cd613 commit 2491f06ff72e8b3d5bff66cd13474e0c1c5cd613 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 13:49:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 13:49:45 +0000 devel/py-os-vif: Update USES=python devel/py-oslo.log requires Python 3.8+ --- devel/py-os-vif/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-os-vif/Makefile b/devel/py-os-vif/Makefile index 5ae569dc739f..472854deac1e 100644 --- a/devel/py-os-vif/Makefile +++ b/devel/py-os-vif/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.19.0:devel/py-debtcollector ${PYTHON_PKGNAMEPREFIX}pyroute2>=0.5.2:net/py-pyroute2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes