diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-02-03 17:47:59 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-02-03 17:53:33 +0100 |
commit | 9532bafba3bf3bdfa753f70d6cd17fe8f92921d2 (patch) | |
tree | 4e265049924e1e3ac7984cd8e6b64d38e027fdba | |
parent | 907465b3032c41ddd7d4752121b0cca8305b3aef (diff) | |
download | freebsd-ports-9532bafba3bf3bdfa753f70d6cd17fe8f92921d2.zip |
science/py-meshio: fix build with wheel
-rw-r--r-- | science/py-meshio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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}\ |