Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2024 13:28:50 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ea687ef493d8 - main - science/py-meshio: Fix build with removing setuptools from RUN_D
Message-ID:  <202406251328.45PDSoeo000759@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406251328.45PDSoeo000759>