| Message ID | 20260811143607.1200407-2-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/4] python3-setuptools-rust: remove wheel dependency | expand |
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']
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 <ross.burton@arm.com> --- meta/classes-recipe/python_mesonpy.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)