summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-08 17:09:00 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-08 17:11:40 +0100
commit3ef6414d724e2576ea6fa248c34a5d68954d3890 (patch)
treeeb4965e7ee0a01cbaf9e1c377137aead153712e6 /dev-python/jsonschema-spec
parentdev-python/jsonschema-path: Add dev-python/requests dep (diff)
downloadgentoo-3ef6414d724e2576ea6fa248c34a5d68954d3890.tar.gz
gentoo-3ef6414d724e2576ea6fa248c34a5d68954d3890.tar.bz2
gentoo-3ef6414d724e2576ea6fa248c34a5d68954d3890.zip
dev-python/jsonschema-spec: Add dev-python/requests dep
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.4-r1.ebuild (renamed from dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild
index 81eeedc289a1..70471280c38b 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,10 +22,13 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
+# requests seem "optional" but they failed at properly making it
+# optional in poetry, sigh
RDEPEND="
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
"
BDEPEND="