mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
science/cantera: Fix build by adding missing dependency
Reported by: fallout
This commit is contained in:
parent
5c0c4e6825
commit
880561514f
1 changed files with 2 additions and 1 deletions
|
@ -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} \
|
||||
|
|
Loading…
Add table
Reference in a new issue