From 101f2f9f9bf4ea0211963792633dd3c68660132c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 4 Aug 2025 22:11:05 +0100 Subject: [PATCH] python3-setuptools-scm: clean up dependencies typing-extensions is only needed with Python <3.10 we have 3.13, remove. pyparsing and pip are not dependencies, not sure why they're here so remove. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb b/meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb index 70eaf312d3..81e04ddea5 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb @@ -13,14 +13,11 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_setuptools_build_meta -DEPENDS += "python3-packaging-native python3-typing-extensions-native" +DEPENDS += "python3-packaging-native" RDEPENDS:${PN} = "\ python3-packaging \ - python3-pip \ - python3-pyparsing \ python3-setuptools \ - python3-typing-extensions \ " RDEPENDS:${PN}:append:class-target = " \ -- 2.47.2