]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-jsonschema: remove obsolete RDEPENDS
authorRoss Burton <ross.burton@arm.com>
Tue, 23 Jul 2024 14:51:10 +0000 (15:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Jul 2024 21:49:18 +0000 (22:49 +0100)
The backport of importlib-metadata is no longer needed as we have Python
3.8+.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb

index 95afc1ead207e327b3a823aebf44d8f6d6d8a90a..0332b3e9b5037a1c7c77917bb254560ea480a23d 100644 (file)
@@ -33,7 +33,6 @@ RDEPENDS:${PN} += " \
     python3-attrs \
     python3-core \
     python3-datetime \
-    python3-importlib-metadata \
     python3-io \
     python3-json \
     python3-jsonschema-specifications \