summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-06 03:04:51 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-06 03:14:19 +0800
commit119f94d3f4326422ab8ad93b1fe40c4fbb267b64 (patch)
tree1b5070726878d3503aa3e6e142d56d8525cbb298 /math
parentmath/py-numexpr: Update USES=python (diff)
math/py-opt-einsum: Update USES=python
math/py-numpy requires Python 3.7+
Diffstat (limited to 'math')
-rw-r--r--math/py-opt-einsum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-opt-einsum/Makefile b/math/py-opt-einsum/Makefile
index cf863dd871fd..f7a459c2675d 100644
--- a/math/py-opt-einsum/Makefile
+++ b/math/py-opt-einsum/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR}
-USES= python:3.5+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes