commit: 2a4487e65491354ddfb91e09550b83149e25350b Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee> AuthorDate: Tue Jun 13 02:22:13 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jun 13 04:30:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4487e6
dev-python/jsonschema-spec: add dev-python/responses test dep Closes: https://bugs.gentoo.org/908423 Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/31408 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild b/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild index 616ded180470..175114048014 100644 --- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild +++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild @@ -29,6 +29,12 @@ RDEPEND=" >=dev-python/jsonschema-specifications-2023.3.4[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/responses[${PYTHON_USEDEP}] + ) +" + distutils_enable_tests pytest src_prepare() {
