commit:     1ee7ce8d3d046e6576c260b248148986794a7973
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 03:43:38 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 04:22:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee7ce8d

dev-python/hatch-vcs: Add missing test-dep on git

Thanks to matoro for reporting.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild 
b/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild
index 07b53a07af44..58e95957d6d0 100644
--- a/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild
+++ b/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild
@@ -25,5 +25,10 @@ KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 
~riscv ~s390 sparc x
 RDEPEND="
        >=dev-python/setuptools_scm-6.4.0[${PYTHON_USEDEP}]
 "
+BDEPEND="
+       test? (
+               dev-vcs/git
+       )
+"
 
 distutils_enable_tests pytest

Reply via email to