summaryrefslogtreecommitdiff
path: root/math/py-tables
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-04-15 11:27:41 +0000
committernia <nia@pkgsrc.org>2022-04-15 11:27:41 +0000
commitf19b1008fedd0c107465d52582898926ef33d10a (patch)
tree30558f197d23cf02ba2972b749507da11f5e7e16 /math/py-tables
parenta34546a2bd22bff725834a21f41a55acd51e0d43 (diff)
downloadpkgsrc-f19b1008fedd0c107465d52582898926ef33d10a.tar.gz
math: Mark some packages incompatible with Python 3.7 due to numpy
Diffstat (limited to 'math/py-tables')
-rw-r--r--math/py-tables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-tables/Makefile b/math/py-tables/Makefile
index 51f1c815b06..205e4e299d0 100644
--- a/math/py-tables/Makefile
+++ b/math/py-tables/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/01/05 15:41:14 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/15 11:27:41 nia Exp $
DISTNAME= tables-3.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-numexpr>=2.6.2:../../math/py-numexpr
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
USE_PKG_RESOURCES= yes