git: 32a43c917ce8 - main - devel/py-cson: fix test dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 19:00:40 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=32a43c917ce8570cc9215f6e86465ec15f2aa60a commit 32a43c917ce8570cc9215f6e86465ec15f2aa60a Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-07 15:55:19 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-07 18:59:34 +0000 devel/py-cson: fix test dependency Approved by: portmgr blanket --- devel/py-cson/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-cson/Makefile b/devel/py-cson/Makefile index 56deaf876f85..bc27c4472376 100644 --- a/devel/py-cson/Makefile +++ b/devel/py-cson/Makefile @@ -10,7 +10,7 @@ COMMENT= Coffescript Object Notation (CSON) parser for Python 2 and Python 3 LICENSE= MIT RUN_DEPENDS= ${PKGNAMEPREFIX}speg>=0.3:devel/py-speg@${PY_FLAVOR} -TEST_DEPENDS= ${PKGNAMEPREFIX}pytest:devel/py-pytest@${PY_FLAVOR} \ +TEST_DEPENDS= ${PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PKGNAMEPREFIX}speg>=0.3:devel/py-speg@${PY_FLAVOR} USES= python:3.6+