summaryrefslogtreecommitdiff
path: root/math/py-scipy
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2021-04-09 14:41:34 +0000
committertnn <tnn@pkgsrc.org>2021-04-09 14:41:34 +0000
commit13c6df8cd52f44a7d037a38c0485b0f41116caf0 (patch)
treed81ddf9a4a7f74413890d9e86929c1b798d50b0e /math/py-scipy
parentaa97d2c440267a0ad8cee21b8637cc14884f5a37 (diff)
downloadpkgsrc-13c6df8cd52f44a7d037a38c0485b0f41116caf0.tar.gz
revert wrong fix for py-scipy python 3.6 deprecation, fix properly
Diffstat (limited to 'math/py-scipy')
-rw-r--r--math/py-scipy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile
index 990509644ed..755ffe5809e 100644
--- a/math/py-scipy/Makefile
+++ b/math/py-scipy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2021/04/06 13:11:17 nia Exp $
+# $NetBSD: Makefile,v 1.47 2021/04/09 14:41:35 tnn Exp $
DISTNAME= scipy-1.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -31,7 +31,7 @@ FFLAGS+= -fPIC
LDFLAGS.Darwin+= -headerpad_max_install_names
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 36 27
REPLACE_PYTHON+= scipy/sparse/linalg/isolve/tests/test_gcrotmk.py