From ea687ef493d8b40b130cc002ceef96734d5aae40 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 25 Jun 2024 11:38:32 +0000 Subject: science/py-meshio: Fix build with removing setuptools from RUN_D PR: 270510 Approved by: portmgr(blanket, fix build) --- science/py-meshio/Makefile | 1 + 1 file changed, 1 insertion(+) 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} \ -- cgit v1.2.3