From 2f18b35b8da5dad471c325138be52191412e4100 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Mar 2022 11:40:35 +0000 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta/classes/flit_core.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { : -- 2.40.1