From: Ross Burton Date: Tue, 23 Jul 2024 14:51:12 +0000 (+0100) Subject: python3-scons: remove obsolete RDEPENDS X-Git-Tag: yocto-5.1~523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371117c5e19a2039a4ffd006994fd605f1d36ece;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-scons: remove obsolete RDEPENDS scons doesn't appear to have ever imported importlib_metadata. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-scons_4.7.0.bb b/meta/recipes-devtools/python/python3-scons_4.7.0.bb index bba6c799d41..36115185410 100644 --- a/meta/recipes-devtools/python/python3-scons_4.7.0.bb +++ b/meta/recipes-devtools/python/python3-scons_4.7.0.bb @@ -15,7 +15,6 @@ RDEPENDS:${PN}:class-target = "\ python3-core \ python3-compression \ python3-fcntl \ - python3-importlib-metadata \ python3-io \ python3-json \ python3-shell \