summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-05 12:41:03 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-05 12:41:03 +0200
commitc329f725751556243936dcce5a9ad30773a32a37 (patch)
treec154e1ab7620bb93607cc78a4022862ce75e5292
parentdev-lang/rust-bin: unkeyword 1.71.1 for ~sparc (diff)
downloadgentoo-c329f725751556243936dcce5a9ad30773a32a37.tar.gz
gentoo-c329f725751556243936dcce5a9ad30773a32a37.tar.bz2
gentoo-c329f725751556243936dcce5a9ad30773a32a37.zip
dev-python/referencing: Add a test dep on jsonschema
Closes: https://bugs.gentoo.org/911733 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/referencing/referencing-0.30.1.ebuild1
1 files changed, 1 insertions, 0 deletions
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}]
)
"