mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
flit_core: remove redundant python3-pip-native DEPENDS
PIP is not needed by this class directly, but is used by pip_install_wheel which already depends on python3-pip-native. (From OE-Core rev: 2f18b35b8da5dad471c325138be52191412e4100) 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
9ad40791fe
commit
d4aec24676
@@ -1,6 +1,6 @@
|
||||
inherit pip_install_wheel python3native python3-dir setuptools3-base
|
||||
|
||||
DEPENDS += "python3 python3-flit-core-native python3-pip-native"
|
||||
DEPENDS += "python3 python3-flit-core-native"
|
||||
|
||||
flit_core_do_configure () {
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user