git: 8bc245251d75 - main - devel/py-pytest-fixture-config: add missing test depend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 19:00:31 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8bc245251d756cd444d1c293b8a1dc8a079b4afd
commit 8bc245251d756cd444d1c293b8a1dc8a079b4afd
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-07 10:47:28 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-07 18:59:32 +0000
devel/py-pytest-fixture-config: add missing test depend
Approved by: portmgr blanket
---
devel/py-pytest-fixture-config/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/py-pytest-fixture-config/Makefile b/devel/py-pytest-fixture-config/Makefile
index e58af78cda35..6b35755a0480 100644
--- a/devel/py-pytest-fixture-config/Makefile
+++ b/devel/py-pytest-fixture-config/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=0:devel/py-setuptools-git@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+