aboutsummaryrefslogtreecommitdiff
path: root/math/py-pygsl
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:05:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:14:20 +0000
commit8c092fa364a805c11164e9d6a82d98f02a9f683c (patch)
tree0206f3c8ed6448717b1d5e45118d7d26098ca1e1 /math/py-pygsl
parent387eeb716fbe0a3473a31f854dbd99bd2d614234 (diff)
downloadports-8c092fa364a805c11164e9d6a82d98f02a9f683c.tar.gz
ports-8c092fa364a805c11164e9d6a82d98f02a9f683c.zip
math/py-pygsl: Update USES=python
math/py-numpy requires Python 3.7+
Diffstat (limited to 'math/py-pygsl')
-rw-r--r--math/py-pygsl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pygsl/Makefile b/math/py-pygsl/Makefile
index 5abb2a33d174..6133695b2b48 100644
--- a/math/py-pygsl/Makefile
+++ b/math/py-pygsl/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
LIB_DEPENDS= libgsl.so:math/gsl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}