summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-12-08 07:46:50 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-12-08 07:53:08 +0200
commitb69cb84fbabde113874385926d43288072269d4c (patch)
tree2bf3fb42cdd90c7195461e531155715e915d26a9 /dev-python/wcmatch
parentdev-python/pyspelling: add missing test dep (diff)
downloadgentoo-b69cb84fbabde113874385926d43288072269d4c.tar.gz
gentoo-b69cb84fbabde113874385926d43288072269d4c.tar.bz2
gentoo-b69cb84fbabde113874385926d43288072269d4c.zip
dev-python/wcmatch: add missing test dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/wcmatch')
-rw-r--r--dev-python/wcmatch/wcmatch-7.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/wcmatch/wcmatch-7.1.ebuild b/dev-python/wcmatch/wcmatch-7.1.ebuild
index ef181cb493b7..2b77ed17b042 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