Date: Thu, 7 Apr 2022 19:00:37 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f32a990bb6cf - main - devel/py-cbor2: add missing test depends Message-ID: <202204071900.237J0bJ0075157@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=f32a990bb6cfb7528a23984eb13e099e2b1f95d4 commit f32a990bb6cfb7528a23984eb13e099e2b1f95d4 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-07 15:24:09 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-07 18:59:33 +0000 devel/py-cbor2: add missing test depends Approved by: portmgr blanket --- devel/py-cbor2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/py-cbor2/Makefile b/devel/py-cbor2/Makefile index c7b3d04b2fc8..6b47c5a50140 100644 --- a/devel/py-cbor2/Makefile +++ b/devel/py-cbor2/Makefile @@ -13,7 +13,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7.0:devel/py-setuptools_scm@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cbor>0:devel/py-cbor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}objgraph>0:devel/py-objgraph@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204071900.237J0bJ0075157>