git: 927032a5b3f1 - main - devel/py-cookiecutter: add missing test depends
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 19:00:39 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=927032a5b3f1a0ed99dc463c7c243a6c792b8a90 commit 927032a5b3f1a0ed99dc463c7c243a6c792b8a90 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-07 15:50:06 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-07 18:59:34 +0000 devel/py-cookiecutter: add missing test depends Approved by: portmgr blanket --- devel/py-cookiecutter/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/py-cookiecutter/Makefile b/devel/py-cookiecutter/Makefile index fc0679c10a1e..e058b9fc2590 100644 --- a/devel/py-cookiecutter/Makefile +++ b/devel/py-cookiecutter/Makefile @@ -21,7 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}binaryornot>=0.4.4:devel/py-binaryornot@${PY TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}freezegun>0:devel/py-freezegun@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}freezegun>0:devel/py-freezegun@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}poyo>=0:devel/py-poyo@${PY_FLAVOR} \ + git:devel/git USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils