diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-10 20:06:35 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-10 20:13:20 +0000 |
commit | 1d44af58980136b882d146f21d8776943a14c5eb (patch) | |
tree | f3a678f8aea7c2044c105d15a6ff7c7afec40762 /math/py-cma | |
parent | aea041f3a2b531c0265897f6aec59936a96a9f35 (diff) |
Diffstat (limited to 'math/py-cma')
-rw-r--r-- | math/py-cma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile index a5806660280a..d0b6fbbc60c6 100644 --- a/math/py-cma/Makefile +++ b/math/py-cma/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/cma/LICENSE 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 NO_ARCH= yes |