diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 19:05:20 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 19:14:20 +0000 |
commit | 111b2509c27a0187c8eb53e68850db99a25c42b2 (patch) | |
tree | 38f6b98a0c1f1a8bdb24e6954d1d89001342e3b4 | |
parent | 8c092fa364a805c11164e9d6a82d98f02a9f683c (diff) |
math/py-rvlib: Update USES=python
math/py-numpy requires Python 3.7+
-rw-r--r-- | math/py-rvlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-rvlib/Makefile b/math/py-rvlib/Makefile index 560cc2a9bc86..638fd8124b5b 100644 --- a/math/py-rvlib/Makefile +++ b/math/py-rvlib/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils post-install: |