From 33505cbfc47d778dee81d93c3d4561c2c1dd08db Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 25 Jan 2022 01:26:19 +0000 Subject: py-bottleneck: does not build with python 2.7 --- math/py-bottleneck/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math/py-bottleneck') 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" -- cgit v1.2.3