git: 88b7c1ef7b97 - main - science/py-pymatgen: Fix build bny adding missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 23:48:24 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=88b7c1ef7b974fcd669ba4d49fababc7aa0e45a7 commit 88b7c1ef7b974fcd669ba4d49fababc7aa0e45a7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-03-16 23:47:36 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-03-16 23:48:15 +0000 science/py-pymatgen: Fix build bny adding missing dependency Reported by: fallout --- science/py-pymatgen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/py-pymatgen/Makefile b/science/py-pymatgen/Makefile index 8316e6695883..33b459c57ce1 100644 --- a/science/py-pymatgen/Makefile +++ b/science/py-pymatgen/Makefile @@ -13,7 +13,8 @@ WWW= https://pymatgen.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYNUMPY} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}joblib>=1:devel/py-joblib@${PY_FLAVOR} \