From 05068640ea7079bbb81d1b1cc600aa52ec214dbe Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 25 Nov 2022 19:36:05 +0000 Subject: [PATCH] BDEP on math/py-oldest-supported-numpy --- math/py-cftime/Makefile | 1 + math/py-h5py/Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/math/py-cftime/Makefile b/math/py-cftime/Makefile index 929835ea2c4..5bacfcef832 100644 --- a/math/py-cftime/Makefile +++ b/math/py-cftime/Makefile @@ -24,6 +24,7 @@ FLAVORS = python3 FLAVOR = python3 BUILD_DEPENDS= lang/cython${MODPY_FLAVOR} \ + math/py-oldest-supported-numpy${MODPY_FLAVOR} \ math/py-numpy${MODPY_FLAVOR} RUN_DEPENDS= lang/cython${MODPY_FLAVOR} \ diff --git a/math/py-h5py/Makefile b/math/py-h5py/Makefile index 0db4d0e3503..0219df654e1 100644 --- a/math/py-h5py/Makefile +++ b/math/py-h5py/Makefile @@ -27,7 +27,8 @@ WANTLIB = pthread hdf5 hdf5_hl MAKE_ENV = HDF5_DIR=${PREFIX} BUILD_DEPENDS = lang/cython${MODPY_FLAVOR} \ - math/py-numpy${MODPY_FLAVOR} \ + math/py-oldest-supported-numpy${MODPY_FLAVOR} \ + math/py-numpy${MODPY_FLAVOR} \ devel/py-pkgconfig${MODPY_FLAVOR} LIB_DEPENDS = math/hdf5