summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-10 11:40:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-11 06:56:01 +0000
commitd4aec24676b26104623ecfbe60d4953b30be26f6 (patch)
tree0f4358309d9292f3c443c6fe53ca88d577ab18e9
parent9ad40791fe66d4eb430d1b54b29d274d631e9433 (diff)
downloadpoky-d4aec24676b26104623ecfbe60d4953b30be26f6.tar.gz
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>
-rw-r--r--meta/classes/flit_core.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/flit_core.bbclass b/meta/classes/flit_core.bbclass
index 7b578967a9..ce162bb75b 100644
--- a/meta/classes/flit_core.bbclass
+++ b/meta/classes/flit_core.bbclass
@@ -1,6 +1,6 @@
1inherit pip_install_wheel python3native python3-dir setuptools3-base 1inherit pip_install_wheel python3native python3-dir setuptools3-base
2 2
3DEPENDS += "python3 python3-flit-core-native python3-pip-native" 3DEPENDS += "python3 python3-flit-core-native"
4 4
5flit_core_do_configure () { 5flit_core_do_configure () {
6 : 6 :