commit: c329f725751556243936dcce5a9ad30773a32a37 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 5 10:41:03 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 5 10:41:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c329f725
dev-python/referencing: Add a test dep on jsonschema Closes: https://bugs.gentoo.org/911733 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/referencing/referencing-0.30.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/referencing/referencing-0.30.1.ebuild b/dev-python/referencing/referencing-0.30.1.ebuild index 2ae008615109..e22495b237a7 100644 --- a/dev-python/referencing/referencing-0.30.1.ebuild +++ b/dev-python/referencing/referencing-0.30.1.ebuild @@ -25,6 +25,7 @@ RDEPEND=" BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( + dev-python/jsonschema[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] ) "
