diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-sympy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index 46096d5e4d9..8a75f5854fd 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2020/09/20 14:30:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2020/10/29 23:19:59 gutteridge Exp $ DISTNAME= sympy-1.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,6 +16,8 @@ USE_LANGUAGES= # none REPLACE_PYTHON+= sympy/utilities/tests/diagnose_imports.py +PYTHON_VERSIONS_INCOMPATIBLE= 27 + SUBST_CLASSES+= manpath SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},' SUBST_FILES.manpath+= setup.py |