diff mbox series

[10/37] python3-jsonschema: remove obsolete RDEPENDS

Message ID 20240723145137.74198-10-ross.burton@arm.com
State Accepted, archived
Commit 7346481c1ec31366ca5aacaa79c377ef3fd2baa2
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
The backport of importlib-metadata is no longer needed as we have Python
3.8+.

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

Patch

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 \