diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-03-13 02:32:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-03-13 02:39:15 +0000 |
commit | adb6bd03b6734db49db9ea74dc9328a30d3ad951 (patch) | |
tree | 43d1e34213c6c7d63ada09c1510707d5898fa949 | |
parent | 880561514fc3795d9376969fac17b745114a4341 (diff) |
science/py-phonopy: Fix build by adding missing dependency
Reported by: fallout
-rw-r--r-- | science/py-phonopy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-phonopy/Makefile b/science/py-phonopy/Makefile index 663b6d1042e1..9cb61a29d3be 100644 --- a/science/py-phonopy/Makefile +++ b/science/py-phonopy/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= cmake:devel/cmake-core \ ${PYTHON_PKGNAMEPREFIX}nanobind>0:devel/py-nanobind@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>0:devel/py-scikit-build-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} + ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}h5py>=3.0:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.2:math/py-matplotlib@${PY_FLAVOR} \ |