diff mbox series

[1/2] python3-setuptools-scm: clean up dependencies

Message ID 20250804211106.327799-1-ross.burton@arm.com
State New
Headers show
Series [1/2] python3-setuptools-scm: clean up dependencies | expand

Commit Message

Ross Burton Aug. 4, 2025, 9:11 p.m. UTC
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 <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

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 70eaf312d3f..81e04ddea55 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 = " \