commit:     3ef6414d724e2576ea6fa248c34a5d68954d3890
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 16:09:00 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 16:11:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef6414d

dev-python/jsonschema-spec: Add dev-python/requests dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...{jsonschema-spec-0.2.4.ebuild => jsonschema-spec-0.2.4-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
similarity index 84%
rename from dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild
rename to 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="

Reply via email to