diff options
author | nia <nia@pkgsrc.org> | 2022-04-15 11:27:41 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-04-15 11:27:41 +0000 |
commit | f19b1008fedd0c107465d52582898926ef33d10a (patch) | |
tree | 30558f197d23cf02ba2972b749507da11f5e7e16 /math/py-tables | |
parent | a34546a2bd22bff725834a21f41a55acd51e0d43 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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 |