This class has never needed the wheel package, as it builds wheels on its own. I suspect this was copy-pasted from the setuptools classes.
Signed-off-by: Ross Burton <[email protected]> --- meta/classes-recipe/python_mesonpy.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/python_mesonpy.bbclass b/meta/classes-recipe/python_mesonpy.bbclass index 3613ea19c76..0ad1c970a9f 100644 --- a/meta/classes-recipe/python_mesonpy.bbclass +++ b/meta/classes-recipe/python_mesonpy.bbclass @@ -17,7 +17,7 @@ meson_do_qa_configure () { # ERROR: Got argument buildtype as both -Dbuildtype and --buildtype. Pick one. MESONOPTS:remove = "--buildtype ${MESON_BUILDTYPE}" -DEPENDS += "python3-wheel-native python3-meson-python-native" +DEPENDS += "python3-meson-python-native" def mesonpy_get_args(d): vars = ['MESONOPTS', 'MESON_CROSS_FILE', 'EXTRA_OEMESON'] -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243207): https://lists.openembedded.org/g/openembedded-core/message/243207 Mute This Topic: https://lists.openembedded.org/mt/120702212/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
