aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:48:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:21:24 +0000
commit07d14c9198c8a42b5a492e2afe7d3af3b34157f6 (patch)
tree767e89c60aefa5966184973ae8b6c20ff91b7c07
parentca28e2c68790b495463b71dbaffe245512c24817 (diff)
downloadports-07d14c9198c8a42b5a492e2afe7d3af3b34157f6.tar.gz
ports-07d14c9198c8a42b5a492e2afe7d3af3b34157f6.zip
textproc/py-tomli: Set USES=python version explicitly
-rw-r--r--textproc/py-tomli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-tomli/Makefile b/textproc/py-tomli/Makefile
index 8a367993d5a6..4e84f679b945 100644
--- a/textproc/py-tomli/Makefile
+++ b/textproc/py-tomli/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/hukkin/tomli
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python
+USES= python:3.7+
USE_PYTHON= allflavors autoplist concurrent pep517
NO_ARCH= yes