Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2023 17:10:35 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 873a3f326c28 - main - devel/py-hunter: Add missing test dependencies
Message-ID:  <202306181710.35IHAZRt066184@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306181710.35IHAZRt066184>