summaryrefslogtreecommitdiff
path: root/math/py-bottleneck
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-25 01:26:19 +0000
committerwiz <wiz@pkgsrc.org>2022-01-25 01:26:19 +0000
commit33505cbfc47d778dee81d93c3d4561c2c1dd08db (patch)
tree17073770453edca76c6d75f46ddfc6e1a154331d /math/py-bottleneck
parentfb589731a0c59f5974d396023e08eba5af293774 (diff)
downloadpkgsrc-33505cbfc47d778dee81d93c3d4561c2c1dd08db.tar.gz
py-bottleneck: does not build with python 2.7
Diffstat (limited to 'math/py-bottleneck')
-rw-r--r--math/py-bottleneck/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile
index a1302a4e63a..41f7b3a4d58 100644
--- a/math/py-bottleneck/Makefile
+++ b/math/py-bottleneck/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/25 01:26:19 wiz Exp $
DISTNAME= Bottleneck-1.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -15,6 +15,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
PYSETUPTESTTARGET= pytest
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"