Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hatch-vcs/
Date: Wed, 28 Sep 2022 04:22:19
Message-Id: 1664338932.1ee7ce8d3d046e6576c260b248148986794a7973.mgorny@gentoo
1 commit: 1ee7ce8d3d046e6576c260b248148986794a7973
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 03:43:38 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 04:22:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee7ce8d
7
8 dev-python/hatch-vcs: Add missing test-dep on git
9
10 Thanks to matoro for reporting.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 diff --git a/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild b/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild
18 index 07b53a07af44..58e95957d6d0 100644
19 --- a/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild
20 +++ b/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild
21 @@ -25,5 +25,10 @@ KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x
22 RDEPEND="
23 >=dev-python/setuptools_scm-6.4.0[${PYTHON_USEDEP}]
24 "
25 +BDEPEND="
26 + test? (
27 + dev-vcs/git
28 + )
29 +"
30
31 distutils_enable_tests pytest