From: Ross Burton Date: Tue, 23 Jul 2024 14:51:17 +0000 (+0100) Subject: python3-zipp: remove obsolete dependencies X-Git-Tag: yocto-5.2~2296 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe99df9f6389f4cf0b433872305d9c34d09078b3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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"