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 <[email protected]> --- 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.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#163015): https://lists.openembedded.org/g/openembedded-core/message/163015 Mute This Topic: https://lists.openembedded.org/mt/89684106/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
