summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-02-08 02:58:22 +0200
committerMart Raudsepp <leio@gentoo.org>2017-02-08 04:08:53 +0200
commit993a92cf10853d257536e45b2c8371a38fe46d61 (patch)
treefa9f32b2c6ddbc50f32ae7c6a80ec63ae5c9a31e
parentwww-client/lynx: ppc and ppc64 stable (bug 598910). (diff)
downloadgentoo-993a92cf10853d257536e45b2c8371a38fe46d61.tar.gz
gentoo-993a92cf10853d257536e45b2c8371a38fe46d61.tar.bz2
gentoo-993a92cf10853d257536e45b2c8371a38fe46d61.zip
dev-python/hgdistver-0.25: Add missing git and mercurial test dependencies
Gentoo-bug: 597688 Acked-by: Mike Gilbert <floppym@gentoo.org> Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--dev-python/hgdistver/hgdistver-0.25.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/hgdistver/hgdistver-0.25.ebuild b/dev-python/hgdistver/hgdistver-0.25.ebuild
index 651d32588591..5fb17cf59441 100644
--- a/dev-python/hgdistver/hgdistver-0.25.ebuild
+++ b/dev-python/hgdistver/hgdistver-0.25.ebuild
@@ -17,7 +17,11 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~
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
+ )"
RDEPEND=""
python_test() {