git: 873a3f326c28 - main - devel/py-hunter: Add missing test dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Jun 2023 17:10:35 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=873a3f326c282c1d38962bae12518890a18c632d commit 873a3f326c282c1d38962bae12518890a18c632d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-18 16:42:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-18 17:10:30 +0000 devel/py-hunter: Add missing test dependencies --- devel/py-hunter/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-hunter/Makefile b/devel/py-hunter/Makefile index 843edeadb31a..cfbe52c58a6d 100644 --- a/devel/py-hunter/Makefile +++ b/devel/py-hunter/Makefile @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.3.1:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aspectlib>0:devel/py-aspectlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}process-tests>0:devel/py-process-tests@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= pep517 cython autoplist pytest # tests depend on a non-existent module, see https://github.com/ionelmc/python-hunter/issues/116