git: 9532bafba3bf - main - science/py-meshio: fix build with wheel

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Sat, 03 Feb 2024 16:53:36 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9532bafba3bf3bdfa753f70d6cd17fe8f92921d2

commit 9532bafba3bf3bdfa753f70d6cd17fe8f92921d2
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-02-03 16:47:59 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-02-03 16:53:33 +0000

    science/py-meshio: fix build with wheel
---
 science/py-meshio/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/science/py-meshio/Makefile b/science/py-meshio/Makefile
index 174886d7602c..5770e4780961 100644
--- a/science/py-meshio/Makefile
+++ b/science/py-meshio/Makefile
@@ -11,7 +11,8 @@ WWW=		https://github.com/nschloe/meshio
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYNUMPY}	\
-		${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY}	\
 		${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR}\