From 993a92cf10853d257536e45b2c8371a38fe46d61 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Wed, 8 Feb 2017 02:58:22 +0200 Subject: [PATCH] dev-python/hgdistver-0.25: Add missing git and mercurial test dependencies Gentoo-bug: 597688 Acked-by: Mike Gilbert Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/hgdistver/hgdistver-0.25.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/hgdistver/hgdistver-0.25.ebuild b/dev-python/hgdistver/hgdistver-0.25.ebuild index 651d32588591c..5fb17cf59441a 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() {