mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-util/rbtools: add missing test deps
Closes: https://bugs.gentoo.org/878259 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -31,7 +31,12 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( >=dev-python/kgb-6.1[${PYTHON_USEDEP}] dev-python/pytest-env[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
>=dev-python/kgb-6.1[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-env[${PYTHON_USEDEP}]
|
||||
dev-vcs/git
|
||||
dev-vcs/mercurial
|
||||
)
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS NEWS README.md )
|
||||
|
||||
Reference in New Issue
Block a user