diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-05 12:41:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-05 12:41:03 +0200 |
commit | c329f725751556243936dcce5a9ad30773a32a37 (patch) | |
tree | c154e1ab7620bb93607cc78a4022862ce75e5292 /dev-python | |
parent | dev-lang/rust-bin: unkeyword 1.71.1 for ~sparc (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/referencing/referencing-0.30.1.ebuild | 1 |
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}] ) " |