Skip to content

Commit

Permalink
dev-python/hgdistver-0.25: Add missing git and mercurial test depende…
Browse files Browse the repository at this point in the history
…ncies

Gentoo-bug: 597688
Acked-by: Mike Gilbert <[email protected]>
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
leio committed Feb 8, 2017
1 parent 9e25c13 commit 993a92c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-python/hgdistver/hgdistver-0.25.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 993a92c

Please sign in to comment.