mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
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
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user