From bc0565683fdc78df8ec58beb4872646c48274e5f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 4 Aug 2025 22:11:06 +0100 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}" -- 2.47.3