diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-08 17:08:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-08 17:11:39 +0100 |
commit | c6bb730058bd63a19d1d38830d8c5664a8393e0e (patch) | |
tree | 0819ed74078118007918fbb96f9f8e3b5553c8f6 /dev-python/jsonschema-path | |
parent | dev-python/uvicorn: Add missing typing-extensions dep (diff) | |
download | gentoo-c6bb730058bd63a19d1d38830d8c5664a8393e0e.tar.gz gentoo-c6bb730058bd63a19d1d38830d8c5664a8393e0e.tar.bz2 gentoo-c6bb730058bd63a19d1d38830d8c5664a8393e0e.zip |
dev-python/jsonschema-path: Add dev-python/requests dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema-path')
-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=" |