diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2021-03-05 04:16:57 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2021-03-05 04:16:57 +0000 |
commit | 05dbccd45e85c9035a05c43ebb259e5ebdaa682b (patch) | |
tree | b0b5764c4ec1df3ed075f0f8e237abb7b0ab6175 /math | |
parent | 0384b510a5ad12c856b1da7ef5d1c3f2c14f0992 (diff) | |
download | pkgsrc-05dbccd45e85c9035a05c43ebb259e5ebdaa682b.tar.gz |
py-scikit-image: cascade py-tifffile Python incompatibilities
Diffstat (limited to 'math')
-rw-r--r-- | math/py-scikit-image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-scikit-image/Makefile b/math/py-scikit-image/Makefile index 09d21d81026..35ca69ecfba 100644 --- a/math/py-scikit-image/Makefile +++ b/math/py-scikit-image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/02/24 20:05:36 markd Exp $ +# $NetBSD: Makefile,v 1.10 2021/03/05 04:16:57 gutteridge Exp $ DISTNAME= scikit-image-0.18.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 # py-tifffile post-install: cd ${DESTDIR}${PREFIX}/bin && \ |