diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-03-13 01:52:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-03-13 02:39:14 +0000 |
commit | 880561514fc3795d9376969fac17b745114a4341 (patch) | |
tree | d367e3de56c3781f2d15db2877e24202914504a1 | |
parent | 5c0c4e6825f8b0423b1ee8ef942ae2369e7a83ff (diff) |
science/cantera: Fix build by adding missing dependency
Reported by: fallout
-rw-r--r-- | science/cantera/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/cantera/Makefile b/science/cantera/Makefile index 46560253ed99..ebaa5cf75809 100644 --- a/science/cantera/Makefile +++ b/science/cantera/Makefile @@ -64,7 +64,8 @@ PYTHON_USES_OFF= python:env PYTHON_USE= PYTHON=cython PYTHON_MAKE_ARGS= python_cmd=${PYTHON_CMD} python_package=full PYTHON_MAKE_ARGS_OFF= python_package="none" -PYTHON_BUILD_DEPENDS= ${PYNUMPY} \ +PYTHON_BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} PYTHON_RUN_DEPENDS= ${PYNUMPY} \ |