aboutsummaryrefslogtreecommitdiff
path: root/math/py-sympy
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-sympy
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-sympy')
-rw-r--r--math/py-sympy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index 3d580a6c7b53..7420483cebb0 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes