summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-23 15:51:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-24 22:51:40 +0100
commit80b2488082f2dd4f6bf2e5e60b2068280d48bd4f (patch)
tree555038748c39bb4f316e025eced5408ef29e5870 /meta/recipes-devtools/python
parent65d4f15ad6f6cccd5cb992c48db52b180eb80fe4 (diff)
downloadpoky-80b2488082f2dd4f6bf2e5e60b2068280d48bd4f.tar.gz
python3-jsonschema: remove obsolete RDEPENDS
The backport of importlib-metadata is no longer needed as we have Python 3.8+. (From OE-Core rev: 7346481c1ec31366ca5aacaa79c377ef3fd2baa2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb1
1 files changed, 0 insertions, 1 deletions
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 95afc1ead2..0332b3e9b5 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} += " \
33 python3-attrs \ 33 python3-attrs \
34 python3-core \ 34 python3-core \
35 python3-datetime \ 35 python3-datetime \
36 python3-importlib-metadata \
37 python3-io \ 36 python3-io \
38 python3-json \ 37 python3-json \
39 python3-jsonschema-specifications \ 38 python3-jsonschema-specifications \