py-erfa needs numpy at build time

This commit is contained in:
sthen 2022-05-26 23:29:13 +00:00
parent f1a7cbd6af
commit 17f5d1b165

View File

@ -25,6 +25,7 @@ FLAVOR= python3
FLAVORS= python3
BUILD_DEPENDS= devel/py-setuptools_scm${MODPY_FLAVOR} \
math/py-numpy${MODPY_FLAVOR} \
sysutils/py-packaging${MODPY_FLAVOR}
RUN_DEPENDS= math/py-numpy${MODPY_FLAVOR}
TEST_DEPENDS= devel/py-test-doctestplus${MODPY_FLAVOR}