dev-python/setuptools_scm: Improve test deps
authorPatrick Lauer <patrick@gentoo.org>
Sun, 3 Jan 2016 19:51:14 +0000 (20:51 +0100)
committerPatrick Lauer <patrick@gentoo.org>
Sun, 3 Jan 2016 19:54:29 +0000 (20:54 +0100)
Package-Manager: portage-2.2.26

dev-python/setuptools_scm/setuptools_scm-1.10.1.ebuild

index 784a6dfc876c74bc6269d3a58122a345b8e6d61e..ef6073bc1db8d4f2369099cc4052e330c4c9395f 100644 (file)
@@ -19,7 +19,9 @@ IUSE="test"
 
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+       test? ( dev-python/pytest[${PYTHON_USEDEP}]
+               dev-vcs/git
+               dev-vcs/mercurial )"
 
 python_test() {
        py.test -v -v -x || die "tests failed under ${EPYTHON}"