From c8e2693c34eba6cf28a53aa85cbc7d0630890859 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:12 +0100 Subject: [PATCH] python3-scons: remove obsolete RDEPENDS scons doesn't appear to have ever imported importlib_metadata. (From OE-Core rev: 371117c5e19a2039a4ffd006994fd605f1d36ece) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-scons_4.7.0.bb | 1 - 1 file changed, 1 deletion(-) 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 bba6c799d4..3611518541 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 \