aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:44:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:41 +0000
commit64d9e32393ae3f1e339400593981eb96d7dadb7e (patch)
treebde63704318690d59d8e433cb630b8c9dee1feb6
parent9b1657fb942c92d967ee3a298e93caafb7ec2a8b (diff)
downloadports-64d9e32393ae3f1e339400593981eb96d7dadb7e.tar.gz
ports-64d9e32393ae3f1e339400593981eb96d7dadb7e.zip
devel/py-installer: Set USES=python version explicitly
-rw-r--r--devel/py-installer/Makefile2
1 files changed, 1 insertions, 1 deletions
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