From 347e966d5a6542ea0e2befca8d2a921a5230dba5 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:17 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-zipp_3.19.2.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta/recipes-devtools/python') 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" inherit pypi python_setuptools_build_meta -DEPENDS += "python3-toml-native" - RDEPENDS:${PN} += "python3-compression \ - python3-math \ - python3-more-itertools" + python3-math" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf