mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 05:02:22 +02:00
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:
committed by
Richard Purdie
parent
c816ec83a2
commit
e8fc876ada
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user