summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-08-11 05:58:29 +0000
committermef <mef@pkgsrc.org>2020-08-11 05:58:29 +0000
commitae5d3f4c2a6b80996445bdac146b8e2df6e4e64f (patch)
tree1200bf8d3a76e8415b9b0d02c53d9dc32f4a30d6 /math
parentb0c84367f1abb95f04939af27d1affdb35060777 (diff)
downloadpkgsrc-ae5d3f4c2a6b80996445bdac146b8e2df6e4e64f.tar.gz
(math/py-numpy) INSTALL.rst.txt says Cython >= 0.29.21
Diffstat (limited to 'math')
-rw-r--r--math/py-numpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 099591487c1..da02f8f5f6a 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2020/08/05 14:05:45 adam Exp $
+# $NetBSD: Makefile,v 1.69 2020/08/11 05:58:29 mef Exp $
DISTNAME= numpy-1.19.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -51,7 +51,7 @@ do-test:
cd ${WRKDIR} && \
${RUN} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} -c "import numpy; numpy.test()"
-BUILDLINK_API_DEPENDS.py-cython+= ${PYPKGPREFIX}-cython>=0.29.2
+BUILDLINK_API_DEPENDS.py-cython+= ${PYPKGPREFIX}-cython>=0.29.21
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"