From: Ross Burton Date: Tue, 23 Jul 2024 14:51:10 +0000 (+0100) Subject: python3-jsonschema: remove obsolete RDEPENDS X-Git-Tag: yocto-5.1~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7346481c1ec31366ca5aacaa79c377ef3fd2baa2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-jsonschema: remove obsolete RDEPENDS The backport of importlib-metadata is no longer needed as we have Python 3.8+. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb index 95afc1ead20..0332b3e9b50 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb @@ -33,7 +33,6 @@ RDEPENDS:${PN} += " \ python3-attrs \ python3-core \ python3-datetime \ - python3-importlib-metadata \ python3-io \ python3-json \ python3-jsonschema-specifications \