aboutsummaryrefslogtreecommitdiff
path: root/math/py-yt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-07-26 07:16:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-07-26 07:16:27 +0000
commit0b69a4e7cd68d2a766ee7848e4506b8bf0ef9157 (patch)
tree22ff9df876e67f99af5324c9f06b1ca179d7679d /math/py-yt
parent4046fcf2680644f709cbfbeaa639ca36d6082d19 (diff)
downloadports-0b69a4e7cd68d2a766ee7848e4506b8bf0ef9157.tar.gz
ports-0b69a4e7cd68d2a766ee7848e4506b8bf0ef9157.zip
sympy-1.6 is no longer compatible with python 2.7
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=543439
Diffstat (limited to 'math/py-yt')
-rw-r--r--math/py-yt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile
index 6656d5a5a3f6..edf1020541c0 100644
--- a/math/py-yt/Makefile
+++ b/math/py-yt/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=1.0:math/py-sympy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython5>=1.0:devel/ipython5@${PY_FLAVOR}
-USES= dos2unix localbase python
+USES= dos2unix localbase python:3.5+
USE_PYTHON= distutils cython autoplist concurrent
OPTIONS_DEFINE= EMBREE