mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-apps/pkgcore: Add missing test-dep on dev-vcs/git
Closes: https://bugs.gentoo.org/721434 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -30,7 +30,10 @@ else
|
||||
fi
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-vcs/git
|
||||
)
|
||||
"
|
||||
|
||||
python_test() {
|
||||
|
||||
@@ -30,7 +30,10 @@ else
|
||||
fi
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-vcs/git
|
||||
)
|
||||
"
|
||||
|
||||
python_test() {
|
||||
|
||||
Reference in New Issue
Block a user