From: Ross Burton Date: Mon, 4 Aug 2025 21:11:05 +0000 (+0100) Subject: python3-setuptools-scm: clean up dependencies X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=101f2f9f9bf4ea0211963792633dd3c68660132c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 = " \