]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-zipp: remove obsolete dependencies
authorRoss Burton <ross.burton@arm.com>
Tue, 23 Jul 2024 14:51:17 +0000 (15:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Jul 2024 21:49:18 +0000 (22:49 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-zipp_3.19.2.bb

index 2bb69f2ac8b7040b9b36a336948bbe1266a89dc3..8efb9d1814b09f95f8a991964d9faacf9cd36191 100644 (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"