diff options
-rw-r--r-- | dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild (renamed from dev-python/jsonschema-path/jsonschema-path-0.3.2.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
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 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=" |