summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/py-pywavelets/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-pywavelets/Makefile b/math/py-pywavelets/Makefile
index 4b570345e11..ed45203360f 100644
--- a/math/py-pywavelets/Makefile
+++ b/math/py-pywavelets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:16 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/25 01:28:26 wiz Exp $
DISTNAME= PyWavelets-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -13,6 +13,8 @@ LICENSE= mit
REPLACE_PYTHON+= pywt/tests/*.py
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
${PYTHONBIN} -c 'import pywt; pywt.test()'