From: Ross Burton Date: Mon, 4 Aug 2025 21:11:06 +0000 (+0100) Subject: python3-jsonschema: clean up dependencies X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc0565683fdc78df8ec58beb4872646c48274e5f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-jsonschema: clean up dependencies pyrsistent was replaced with rpds in 4.18.0. zipp doesn't appear to have ever been a dependency, remove. Maybe it was a transient dependency. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb index 7a5f4a09a6..777cc649cc 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb @@ -39,9 +39,8 @@ RDEPENDS:${PN} += " \ python3-netclient \ python3-numbers \ python3-pprint \ - python3-pyrsistent \ python3-referencing \ - python3-zipp \ + python3-rpds-py \ " RDEPENDS:${PN}-tests = "${PN}"