git: ea687ef493d8 - main - science/py-meshio: Fix build with removing setuptools from RUN_D
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jun 2024 13:28:50 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea687ef493d8b40b130cc002ceef96734d5aae40 commit ea687ef493d8b40b130cc002ceef96734d5aae40 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-06-25 11:38:32 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-06-25 13:28:26 +0000 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} \