aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:05:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:14:21 +0000
commit4c058002908d8d43ec54f9ec9d092b77a4247a12 (patch)
tree4065f4e827e2a4403c62f5750b12faaae0d7b289
parent111b2509c27a0187c8eb53e68850db99a25c42b2 (diff)
downloadports-4c058002908d8d43ec54f9ec9d092b77a4247a12.tar.gz
ports-4c058002908d8d43ec54f9ec9d092b77a4247a12.zip
math/py-snuggs: Update USES=python
math/py-numpy requires Python 3.7+
-rw-r--r--math/py-snuggs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-snuggs/Makefile b/math/py-snuggs/Makefile
index 1c4025db32aa..31914826843a 100644
--- a/math/py-snuggs/Makefile
+++ b/math/py-snuggs/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.6:devel/py-pyparsing@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes