diff mbox series

[12/37] python3-scons: remove obsolete RDEPENDS

Message ID 20240723145137.74198-12-ross.burton@arm.com
State Accepted, archived
Commit 371117c5e19a2039a4ffd006994fd605f1d36ece
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
scons doesn't appear to have ever imported importlib_metadata.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-scons_4.7.0.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 \