commit:     b69cb84fbabde113874385926d43288072269d4c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 05:46:50 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 05:53:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69cb84f

dev-python/wcmatch: add missing test dep

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/wcmatch/wcmatch-7.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/wcmatch/wcmatch-7.1.ebuild 
b/dev-python/wcmatch/wcmatch-7.1.ebuild
index ef181cb493b..2b77ed17b04 100644
--- a/dev-python/wcmatch/wcmatch-7.1.ebuild
+++ b/dev-python/wcmatch/wcmatch-7.1.ebuild
@@ -31,8 +31,9 @@ RDEPEND="
        >=dev-python/bracex-2.0[${PYTHON_USEDEP}]
 "
 
-DEPEND="test? (
+BDEPEND="test? (
        dev-python/mock[${PYTHON_USEDEP}]
+       dev-vcs/git
 )"
 
 distutils_enable_tests pytest

Reply via email to