python3-zipp: remove obsolete dependencies

As we have Python 3.11+, tomllib will be used instead of toml.

more-itertools is only used by the tests, which we don't package.

(From OE-Core rev: fe99df9f6389f4cf0b433872305d9c34d09078b3)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-07-23 15:51:17 +01:00
committed by Richard Purdie
parent 39abc000ed
commit 347e966d5a

View File

@@ -9,10 +9,7 @@ DEPENDS += "python3-setuptools-scm-native"
inherit pypi python_setuptools_build_meta
DEPENDS += "python3-toml-native"
RDEPENDS:${PN} += "python3-compression \
python3-math \
python3-more-itertools"
python3-math"
BBCLASSEXTEND = "native nativesdk"