commit: f1c69989a9f59080aed46a7fb1a0681e044a4536 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 2 11:53:47 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 2 11:54:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c69989
dev-python/jsonschema: Add missing dep on hatch-vcs Closes: https://bugs.gentoo.org/849308 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/jsonschema/jsonschema-4.6.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/jsonschema/jsonschema-4.6.0.ebuild b/dev-python/jsonschema/jsonschema-4.6.0.ebuild index 1c261989b31f..fb6400dc457c 100644 --- a/dev-python/jsonschema/jsonschema-4.6.0.ebuild +++ b/dev-python/jsonschema/jsonschema-4.6.0.ebuild @@ -26,6 +26,9 @@ RDEPEND=" >=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}] ' 3.8) " +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" # formatter deps RDEPEND+="
