diff options
author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:40 +0100 |
commit | 347e966d5a6542ea0e2befca8d2a921a5230dba5 (patch) | |
tree | 2856375cb9f6db6940c86a97dd4a08fb522c9aa2 | |
parent | 39abc000edc2eb8574a0cbca01c49c512ccb3359 (diff) | |
download | poky-347e966d5a6542ea0e2befca8d2a921a5230dba5.tar.gz |
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>
-rw-r--r-- | meta/recipes-devtools/python/python3-zipp_3.19.2.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.19.2.bb b/meta/recipes-devtools/python/python3-zipp_3.19.2.bb index 2bb69f2ac8..8efb9d1814 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.19.2.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.19.2.bb | |||
@@ -9,10 +9,7 @@ DEPENDS += "python3-setuptools-scm-native" | |||
9 | 9 | ||
10 | inherit pypi python_setuptools_build_meta | 10 | inherit pypi python_setuptools_build_meta |
11 | 11 | ||
12 | DEPENDS += "python3-toml-native" | ||
13 | |||
14 | RDEPENDS:${PN} += "python3-compression \ | 12 | RDEPENDS:${PN} += "python3-compression \ |
15 | python3-math \ | 13 | python3-math" |
16 | python3-more-itertools" | ||
17 | 14 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |