summaryrefslogtreecommitdiffstats
path: root/meta/classes
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:54:39 +0000
commit2f18b35b8da5dad471c325138be52191412e4100 (patch)
tree6224829ed6d9068984c441acd4f3016cde371446 /meta/classes
parent41ccf5b38506608032754beaff393f74e0403fd1 (diff)
downloadopenembedded-core-contrib-2f18b35b8da5dad471c325138be52191412e4100.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. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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 @@
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 () {
: