add missing BDEP on math/py-oldest-support-numpy;

$ grep requires pyproject.toml
requires = ["setuptools>=41.2", "cython>=0.19", "oldest-supported-numpy"]
This commit is contained in:
sthen 2022-12-09 14:26:44 +00:00
parent 66c58052f4
commit 4951c727ca
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ MAINTAINER= Martin Reindl <martin@catai.org>
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD = setuptools
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
WANTLIB+= netcdf pthread
@ -23,6 +23,7 @@ LIB_DEPENDS= math/netcdf
BUILD_DEPENDS+= lang/cython${MODPY_FLAVOR} \
math/hdf5 \
math/netcdf \
math/py-oldest-supported-numpy${MODPY_FLAVOR} \
math/py-numpy${MODPY_FLAVOR}
RUN_DEPENDS+= lang/cython${MODPY_FLAVOR} \