git: 64d9e32393ae - main - devel/py-installer: Set USES=python version explicitly

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 19:27:28 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=64d9e32393ae3f1e339400593981eb96d7dadb7e

commit 64d9e32393ae3f1e339400593981eb96d7dadb7e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:44:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:20:41 +0000

    devel/py-installer: Set USES=python version explicitly
---
 devel/py-installer/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-installer/Makefile b/devel/py-installer/Makefile
index b0a73b03eef6..bf886c23524d 100644
--- a/devel/py-installer/Makefile
+++ b/devel/py-installer/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/pypa/installer
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES=		python:3.7+
 USE_PYTHON=	allflavors autoplist concurrent pep517
 
 MAKE_ENV=	PYTHONPATH=${WRKSRC}/src