aboutsummaryrefslogtreecommitdiff
path: root/science/py-emmet-core/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 17:11:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 17:13:12 +0000
commit1acf85e9ebb9954dc13641095c28d92c8d0853ca (patch)
tree64eed6d4d6cb8e239c5850aa0ecc904839723fb8 /science/py-emmet-core/Makefile
parent9d8bb64a926db8fdbb35b9a617b7ec8d9d158dce (diff)
downloadports-1acf85e9ebb9954dc13641095c28d92c8d0853ca.tar.gz
ports-1acf85e9ebb9954dc13641095c28d92c8d0853ca.zip
science/py-emmet-core: Fix 080dceb26b356bc7e58ad0ed3afe980381571915
- Remove duplicate USE_PYTHON=pytest
Diffstat (limited to 'science/py-emmet-core/Makefile')
-rw-r--r--science/py-emmet-core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-emmet-core/Makefile b/science/py-emmet-core/Makefile
index c77504d8521d..bda54fa682d2 100644
--- a/science/py-emmet-core/Makefile
+++ b/science/py-emmet-core/Makefile
@@ -19,6 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}monty>=2021.3:devel/py-monty@${PY_FLAVOR} \
#RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pymatgen>=2023.5.8:science/py-pymatgen@${PY_FLAVOR} # break dependency circle: pymatgen -> mp-api -> emmet-core, see https://github.com/materialsproject/api/issues/825
USES= python
-USE_PYTHON= distutils autoplist pytest pytest
+USE_PYTHON= distutils autoplist pytest
.include <bsd.port.mk>