aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:43:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:37 +0000
commit92d7f0316ce1fc988bf07f53936c1e2a117a48e4 (patch)
tree27e155b8c81fe9ec5187427b6a86a038213b4f49
parent7ec51f4223a26c1323d1f2caac70f846cf9f12e8 (diff)
downloadports-92d7f0316ce1fc988bf07f53936c1e2a117a48e4.tar.gz
ports-92d7f0316ce1fc988bf07f53936c1e2a117a48e4.zip
devel/py-flit-core: Set USES=python version explicitly
-rw-r--r--devel/py-flit-core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-flit-core/Makefile b/devel/py-flit-core/Makefile
index 61ddb859a121..be8b3684ff6d 100644
--- a/devel/py-flit-core/Makefile
+++ b/devel/py-flit-core/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= allflavors autoplist concurrent pep517 pytest
NO_ARCH= yes