summaryrefslogtreecommitdiff
path: root/math/py-cma
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-10 22:06:35 +0200
committerThierry Thomas <thierry@FreeBSD.org>2021-05-10 22:13:20 +0200
commit1d44af58980136b882d146f21d8776943a14c5eb (patch)
treef3a678f8aea7c2044c105d15a6ff7c7afec40762 /math/py-cma
parentgames/weebsay: Remove erroneous newline at end of Makefile (diff)
math/py-matplotlib: chase minimum Python version in dependent ports
Since the previous update changed USES=python from 3.6+ to 3.7+, all dependent ports must have USES=python:3.7+ as well, otherwise it breaks the @py36 flavor. PR: 255347 Reported by: sunpoet
Diffstat (limited to 'math/py-cma')
-rw-r--r--math/py-cma/Makefile2
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