git: 773e29759ca1 - main - devel/py-packaging: Set USES=python version explicitly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:28:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=773e29759ca1064e17e414d94430e140a39ca948 commit 773e29759ca1064e17e414d94430e140a39ca948 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:44:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:20:53 +0000 devel/py-packaging: Set USES=python version explicitly --- devel/py-packaging/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-packaging/Makefile b/devel/py-packaging/Makefile index efeab557a1d9..99b9432a267b 100644 --- a/devel/py-packaging/Makefile +++ b/devel/py-packaging/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.BSD -USES= python +USES= python:3.7+ USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes