diff mbox series

[17/37] python3-zipp: remove obsolete dependencies

Message ID 20240723145137.74198-17-ross.burton@arm.com
State Accepted, archived
Commit fe99df9f6389f4cf0b433872305d9c34d09078b3
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-zipp_3.19.2.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

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 2bb69f2ac8b..8efb9d1814b 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"
 
 inherit pypi python_setuptools_build_meta
 
-DEPENDS += "python3-toml-native"
-
 RDEPENDS:${PN} += "python3-compression \
-                   python3-math \
-                   python3-more-itertools"
+                   python3-math"
 
 BBCLASSEXTEND = "native nativesdk"