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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = " \