python3-jsonschema: clean up dependencies

pyrsistent was replaced with rpds in 4.18.0.

zipp doesn't appear to have ever been a dependency, remove. Maybe it was
a transient dependency.

(From OE-Core rev: bc0565683fdc78df8ec58beb4872646c48274e5f)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2025-08-04 22:11:06 +01:00
committed by Richard Purdie
parent c816ec83a2
commit e8fc876ada

View File

@@ -39,9 +39,8 @@ RDEPENDS:${PN} += " \
python3-netclient \
python3-numbers \
python3-pprint \
python3-pyrsistent \
python3-referencing \
python3-zipp \
python3-rpds-py \
"
RDEPENDS:${PN}-tests = "${PN}"