py-pywavelets: does not build with python 2.7
This commit is contained in:
parent
01a326ced1
commit
3ce337f7cd
1 changed files with 3 additions and 1 deletions
|
@ -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()'
|
||||
|
||||
|
|
Loading…
Reference in a new issue