1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

python3-packaging: remove duplicate python3-setuptools-native DEPENDS

setuptools_build_meta.bbclass already sets this dependency.

(From OE-Core rev: df1d4ed389f0c5f148f9940ce849e3ed64d34923)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2022-03-16 18:32:36 +00:00
committed by Richard Purdie
parent d5663dd9cd
commit 4b5885c2a6
@@ -9,5 +9,4 @@ inherit pypi setuptools_build_meta
BBCLASSEXTEND = "native nativesdk"
DEPENDS += "${PYTHON_PN}-setuptools-native"
RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"