commit:     c6bb730058bd63a19d1d38830d8c5664a8393e0e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 16:08:11 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 16:11:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bb7300

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

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

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

diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild 
b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
similarity index 84%
rename from dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
rename to dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
index 3cc2225e3980..e371fab4870e 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-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