summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjinqiang zhang <peeweep@0x0.ee>2023-06-13 10:22:13 +0800
committerMichał Górny <mgorny@gentoo.org>2023-06-13 06:30:19 +0200
commit2a4487e65491354ddfb91e09550b83149e25350b (patch)
tree573eef63096d49ca9a4405d55be040519b3b7b60 /dev-python/jsonschema-spec
parentapp-admin/awscli: Bump to 1.27.152 (diff)
downloadgentoo-2a4487e65491354ddfb91e09550b83149e25350b.tar.gz
gentoo-2a4487e65491354ddfb91e09550b83149e25350b.tar.bz2
gentoo-2a4487e65491354ddfb91e09550b83149e25350b.zip
dev-python/jsonschema-spec: add dev-python/responses test dep
Closes: https://bugs.gentoo.org/908423 Signed-off-by: jinqiang zhang <peeweep@0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/31408 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema-spec')
-rw-r--r--dev-python/jsonschema-spec/jsonschema-spec-0.2.0.ebuild6
1 files changed, 6 insertions, 0 deletions
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() {