[3/3] flit_core: remove redundant python3-pip-native DEPENDS

Message ID 20220310114035.2226442-3-ross.burton@arm.com
State Accepted, archived
Commit 2f18b35b8da5dad471c325138be52191412e4100
Headers show
Series [1/3] pip_install_wheel: add a generic do_install for bootstrapping | expand

Commit Message

Ross Burton March 10, 2022, 11:40 a.m. UTC
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>
---
 meta/classes/flit_core.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

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