git: 1f292b2f4e4a - main - devel/py-python-gilt: add missing test depend

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Thu, 07 Apr 2022 19:00:53 UTC
The branch main has been updated by amdmi3:

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

commit 1f292b2f4e4ae8891e299d13573b8594f1f575f4
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-07 17:32:19 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-04-07 18:59:37 +0000

    devel/py-python-gilt: add missing test depend
    
    Approved by:    portmgr blanket
---
 devel/py-python-gilt/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-python-gilt/Makefile b/devel/py-python-gilt/Makefile
index 34169d823eb4..9453e8774985 100644
--- a/devel/py-python-gilt/Makefile
+++ b/devel/py-python-gilt/Makefile
@@ -23,7 +23,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-helpers-namespace>0:devel/py-pytest-helpers-namespace@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}yapf>=0.16.3:textproc/py-yapf@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}yapf>=0.16.3:textproc/py-yapf@${PY_FLAVOR} \
+		git:devel/git
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils