mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b091188175
commit
c816ec83a2
@@ -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 = " \
|
||||
|
||||
Reference in New Issue
Block a user