aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-06-25 11:38:32 +0000
committerWen Heping <wen@FreeBSD.org>2024-06-25 13:28:26 +0000
commitea687ef493d8b40b130cc002ceef96734d5aae40 (patch)
tree13fd44a8a3c3c5ec9daff1698178857cf7218247
parent4ef9d00bb341c69bb9de853708bef26089c089af (diff)
downloadports-ea687ef493d8b40b130cc002ceef96734d5aae40.tar.gz
ports-ea687ef493d8b40b130cc002ceef96734d5aae40.zip
science/py-meshio: Fix build with removing setuptools from RUN_D
PR: 270510 Approved by: portmgr(blanket, fix build)
-rw-r--r--science/py-meshio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/py-meshio/Makefile b/science/py-meshio/Makefile
index aeae47e23aaa..e403e63a4aab 100644
--- a/science/py-meshio/Makefile
+++ b/science/py-meshio/Makefile
@@ -11,6 +11,7 @@ WWW= https://github.com/nschloe/meshio
LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY} \
+ ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \