commit: a724c614750b8802d054ecab0135c374736d1273
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 16:53:57 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 31 17:00:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a724c614
dev-python/jsonschema-path: Require <dev-python/pathable-0.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{jsonschema-path-0.3.4.ebuild => jsonschema-path-0.3.4-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.4.ebuild
b/dev-python/jsonschema-path/jsonschema-path-0.3.4-r1.ebuild
similarity index 96%
rename from dev-python/jsonschema-path/jsonschema-path-0.3.4.ebuild
rename to dev-python/jsonschema-path/jsonschema-path-0.3.4-r1.ebuild
index e27e8e71ac12..579c44b98e4c 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.4.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.4-r1.ebuild
@@ -25,6 +25,7 @@ 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.5[${PYTHON_USEDEP}]
>=dev-python/pathable-0.4.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/referencing-0.28.1[${PYTHON_USEDEP}]