git: 860e6aaebf35 - main - science/py-qcengine: Add test dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 18:52:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=860e6aaebf358e0d299e97b25481df85716d5330 commit 860e6aaebf358e0d299e97b25481df85716d5330 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-08-05 18:52:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-05 18:52:01 +0000 science/py-qcengine: Add test dependency --- science/py-qcengine/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/science/py-qcengine/Makefile b/science/py-qcengine/Makefile index a869b4ea58c1..db594ba69763 100644 --- a/science/py-qcengine/Makefile +++ b/science/py-qcengine/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>0:sysutils/py-py-cpuinfo@${PY_FLA TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ dftd3:science/dftd3 \ dftd4:science/dftd4 \ + mctc-gcp:science/gcp \ mopac:science/mopac \ mp2d:science/mp2d \ mrchem:science/py-mrchem@${PY_FLAVOR} \