git: b8bce0b01a51 - main - cad/py-cocotb: Add test dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 05 Feb 2023 22:12:31 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b8bce0b01a51492bac10f59226985a3ea2f0f61f

commit b8bce0b01a51492bac10f59226985a3ea2f0f61f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-05 22:11:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-05 22:12:26 +0000

    cad/py-cocotb: Add test dependency
---
 cad/py-cocotb/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cad/py-cocotb/Makefile b/cad/py-cocotb/Makefile
index 211f36f0ab29..3c4e40c4cce3 100644
--- a/cad/py-cocotb/Makefile
+++ b/cad/py-cocotb/Makefile
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}find-libpython>0:devel/py-find-libpython@${PY_FLAVOR} \
 		gtkwave:cad/gtkwave
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.0.0:devel/py-pytest-cov@${PY_FLAVOR}
 
 USES=		python:3.6+ shebangfix
 USE_PYTHON=	pep517 autoplist