summaryrefslogtreecommitdiff
path: root/math/py-scs
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-24 09:03:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-24 09:03:39 +0000
commit14be7bd191de0d71e48770d90738e82928fad6aa (patch)
tree55c9720bb839ecfb49fdc99ca948c3d8041f2dcd /math/py-scs
parentpygraphviz is now only compatible with python 3.6+ (diff)
scipy 1.5.4 is only compatible with python 3.6+
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=559053
Diffstat (limited to 'math/py-scs')
-rw-r--r--math/py-scs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile
index 2ddfa3c9ee96..cb9dec51a08d 100644
--- a/math/py-scs/Makefile
+++ b/math/py-scs/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR}
-USES= python blaslapack:openblas fortran # fortran is for openblas
+USES= python:3.6+ blaslapack:openblas fortran # fortran is for openblas
USE_PYTHON= distutils autoplist
CONFIGURE_ENV= BLAS_LAPACK_LIBS="openblas"