mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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:
committed by
Richard Purdie
parent
d4aec24676
commit
7f1c3b4202
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user