diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-06 03:04:42 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-06 03:14:19 +0800 |
commit | 71981b7ad8155e77e8113ec28876576e42e0079a (patch) | |
tree | ec7364dac6a5e0db0410996e1f777e788b6fccfc /math/py-numexpr | |
parent | math/py-jax: Update USES=python (diff) |
math/py-numexpr: Update USES=python
math/py-numpy requires Python 3.7+
Diffstat (limited to 'math/py-numexpr')
-rw-r--r-- | math/py-numexpr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index aa388d441172..927c50600dc9 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python:3.7+ USE_PYTHON= autoplist concurrent distutils post-install: |