python3-pip: remove redundant DEPENDS on python3-setuptools-native

This recipe inherits setuptools_build_meta which already depends on
python3-setuptools-native.

(From OE-Core rev: 5d514b5dbd09ce059047d849d5b7cc2b2327564d)

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-10 11:40:34 +00:00
committed by Richard Purdie
parent d4aec24676
commit 7f1c3b4202

View File

@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030"
inherit pypi setuptools_build_meta
DEPENDS += "python3 python3-setuptools-native"
DEPENDS += "python3"
# To avoid a dependency loop; we bootstrap -native
DEPENDS:remove:class-native = "python3-pip-native"