diff options
Diffstat (limited to 'devel/py-h5py/Makefile')
-rw-r--r-- | devel/py-h5py/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-h5py/Makefile b/devel/py-h5py/Makefile index 97be47b2169..f96a0d21379 100644 --- a/devel/py-h5py/Makefile +++ b/devel/py-h5py/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2021/06/07 11:57:50 adam Exp $ +# $NetBSD: Makefile,v 1.11 2021/12/30 13:05:30 adam Exp $ DISTNAME= h5py-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six MAKE_ENV= HDF5_DIR=${PREFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 27 36 +PYTHON_VERSIONS_INCOMPATIBLE= 27 BUILDLINK_API_DEPENDS.hdf5+= hdf5>=1.10 .include "../../devel/hdf5/buildlink3.mk" |