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:
Michał Górny
2020-05-07 16:29:21 +02:00
parent 5d6d4cb5ae
commit a77ba5d515
2 changed files with 8 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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() {