diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:11:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:16 +0100 |
commit | c816ec83a2bc3ec86be4ee87b1174e54cb5b7bf6 (patch) | |
tree | b7c804d147961035688d6e209eca8cca9b9e91cf /meta/recipes-devtools | |
parent | b091188175d78b52dd5a7d39ba7e23744a678a6e (diff) | |
download | poky-c816ec83a2bc3ec86be4ee87b1174e54cb5b7bf6.tar.gz |
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.
(From OE-Core rev: 101f2f9f9bf4ea0211963792633dd3c68660132c)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools-scm_8.3.1.bb | 5 |
1 files changed, 1 insertions, 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}" | |||
13 | 13 | ||
14 | inherit pypi python_setuptools_build_meta | 14 | inherit pypi python_setuptools_build_meta |
15 | 15 | ||
16 | DEPENDS += "python3-packaging-native python3-typing-extensions-native" | 16 | DEPENDS += "python3-packaging-native" |
17 | 17 | ||
18 | RDEPENDS:${PN} = "\ | 18 | RDEPENDS:${PN} = "\ |
19 | python3-packaging \ | 19 | python3-packaging \ |
20 | python3-pip \ | ||
21 | python3-pyparsing \ | ||
22 | python3-setuptools \ | 20 | python3-setuptools \ |
23 | python3-typing-extensions \ | ||
24 | " | 21 | " |
25 | 22 | ||
26 | RDEPENDS:${PN}:append:class-target = " \ | 23 | RDEPENDS:${PN}:append:class-target = " \ |