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/jsonschema/
Date: Thu, 02 Jun 2022 11:54:17
Message-Id: 1654170850.f1c69989a9f59080aed46a7fb1a0681e044a4536.mgorny@gentoo
1 commit: f1c69989a9f59080aed46a7fb1a0681e044a4536
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 11:53:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 11:54:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c69989
7
8 dev-python/jsonschema: Add missing dep on hatch-vcs
9
10 Closes: https://bugs.gentoo.org/849308
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/jsonschema/jsonschema-4.6.0.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/dev-python/jsonschema/jsonschema-4.6.0.ebuild b/dev-python/jsonschema/jsonschema-4.6.0.ebuild
17 index 1c261989b31f..fb6400dc457c 100644
18 --- a/dev-python/jsonschema/jsonschema-4.6.0.ebuild
19 +++ b/dev-python/jsonschema/jsonschema-4.6.0.ebuild
20 @@ -26,6 +26,9 @@ RDEPEND="
21 >=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}]
22 ' 3.8)
23 "
24 +BDEPEND="
25 + dev-python/hatch-vcs[${PYTHON_USEDEP}]
26 +"
27
28 # formatter deps
29 RDEPEND+="