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:
Ross Burton
2022-03-10 11:40:35 +00:00
committed by Richard Purdie
parent 9ad40791fe
commit d4aec24676

View File

@@ -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 () {
: