mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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:
committed by
Richard Purdie
parent
39abc000ed
commit
347e966d5a
@@ -9,10 +9,7 @@ DEPENDS += "python3-setuptools-scm-native"
|
|||||||
|
|
||||||
inherit pypi python_setuptools_build_meta
|
inherit pypi python_setuptools_build_meta
|
||||||
|
|
||||||
DEPENDS += "python3-toml-native"
|
|
||||||
|
|
||||||
RDEPENDS:${PN} += "python3-compression \
|
RDEPENDS:${PN} += "python3-compression \
|
||||||
python3-math \
|
python3-math"
|
||||||
python3-more-itertools"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user