From patchwork Tue Aug 11 14:36:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 94966 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68200C5B56A for ; Tue, 11 Aug 2026 14:36:19 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.55470.1786458973010026772 for ; Tue, 11 Aug 2026 07:36:13 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=aLqrn4MH; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 93B721516 for ; Tue, 11 Aug 2026 07:36:08 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 227793F86F for ; Tue, 11 Aug 2026 07:36:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1786458972; bh=0DDTtvzLeCxHqqP5MDiZgAE/5W2zZCulnKFqZ5K4H6s=; h=From:To:Subject:Date:From; b=aLqrn4MHiXgLxx7CGxfI+/Bbk8UWdzRGfI6pxuz0W9UZFhRLR1QKOAhgIlacJljR7 iaXuiyZYA/wccIb7VCEpBf1Y1gVarOJTg0bYLzDfJuq9wE3u4XtEqK+ysDMX78cY6c VeBeEYu9oMyaV66JI2/LiMh4LQz2u9G3zbTStkkE= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH 1/4] python3-setuptools-rust: remove wheel dependency Date: Tue, 11 Aug 2026 15:36:04 +0100 Message-ID: <20260811143607.1200407-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 11 Aug 2026 14:36:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243206 The dependency on wheel was removed in 2021[1]. [1] https://github.com/PyO3/setuptools-rust/commit/1d7ee9fc239c846fdd5aac5f3a28705333d47d77 Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb index 884d6a6771e..ecb2169a3f6 100644 --- a/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb @@ -16,7 +16,7 @@ PYPI_PACKAGE = "setuptools_rust" inherit cargo pypi python_setuptools_build_meta -DEPENDS += "python3-setuptools-scm-native python3-wheel-native" +DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += " \ python3-json \ @@ -25,7 +25,6 @@ RDEPENDS:${PN} += " \ python3-setuptools-scm \ python3-shell \ python3-typing-extensions \ - python3-wheel \ " BBCLASSEXTEND = "native nativesdk" From patchwork Tue Aug 11 14:36:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 94967 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69B78C5CFEB for ; Tue, 11 Aug 2026 14:36:19 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.55860.1786458973685647803 for ; Tue, 11 Aug 2026 07:36:13 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=OFOZ7tc1; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5246A1516 for ; Tue, 11 Aug 2026 07:36:09 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D8DAA3F86F for ; Tue, 11 Aug 2026 07:36:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1786458973; bh=CGESz5gqGrgFX47gvN9QZm42yNrNaCxnrL4kn6xdh3U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OFOZ7tc1vmstD++zTJqDi9KOFtoXbC7QaFzrA9PpwP+TWhyDRMlQo7LM+8x/XYSqJ fqaUm1UobSQ3qYpvqF0zcPx4UT7p0v7S/MLauotAeydMSNtltC5ihcUlPUKLQuG+yC peRGRK8KrMB9kTBLEl1iYUqQNyHObSKvKKioZ3cE= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH 2/4] classes/python_mesonpy: remove wheel dependency Date: Tue, 11 Aug 2026 15:36:05 +0100 Message-ID: <20260811143607.1200407-2-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260811143607.1200407-1-ross.burton@arm.com> References: <20260811143607.1200407-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 11 Aug 2026 14:36:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243207 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 --- 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'] From patchwork Tue Aug 11 14:36:06 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 94965 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53663C5CFCF for ; Tue, 11 Aug 2026 14:36:19 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.55472.1786458974535672719 for ; Tue, 11 Aug 2026 07:36:14 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=d9DdiX6t; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 148EF1516 for ; Tue, 11 Aug 2026 07:36:10 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 9B4283F86F for ; Tue, 11 Aug 2026 07:36:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1786458974; bh=CBTL8w7PyjoW5FihN9FoEaM3z7EUXRbJL1cL/EvMihE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d9DdiX6tZhA5cetpGBeXlmL85Hs6qaqyCr7O02SqOLtcrnwKhg27YW98HF6qVY/F0 5VphV5jvy0m3hnmd+mOgU+8c++ZIL40PYzBQNRvoNbq+VjQ8ElnmXlFGB5DYTrOC3e fz1h5hcU6BVc8KB+qVe5FxVAY91tY701S0rVvVT0= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH 3/4] classes/setuptools3: remove wheel dependency Date: Tue, 11 Aug 2026 15:36:06 +0100 Message-ID: <20260811143607.1200407-3-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260811143607.1200407-1-ross.burton@arm.com> References: <20260811143607.1200407-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 11 Aug 2026 14:36:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243208 Historically, setuptools provided most of the build commands but the wheel package provided bdist_wheel. However, as of setuptools 70.1.0[1], this command is part of setuptools itself and the wheel package is not required. [1] https://github.com/pypa/setuptools/commit/b3d3e93a834426f1bef8712e1405495084eb3b7f Signed-off-by: Ross Burton --- meta/classes-recipe/setuptools3.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/setuptools3.bbclass b/meta/classes-recipe/setuptools3.bbclass index 0bbe3780231..c6578f27de7 100644 --- a/meta/classes-recipe/setuptools3.bbclass +++ b/meta/classes-recipe/setuptools3.bbclass @@ -6,7 +6,7 @@ inherit setuptools3-base python_pep517 -DEPENDS += "python3-setuptools-native python3-wheel-native" +DEPENDS += "python3-setuptools-native" SETUPTOOLS_BUILD_ARGS ?= "" From patchwork Tue Aug 11 14:36:07 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 94964 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F66DC5B572 for ; Tue, 11 Aug 2026 14:36:19 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.55473.1786458975274497400 for ; Tue, 11 Aug 2026 07:36:15 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=Q+TbzXSm; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CC9FA1516 for ; Tue, 11 Aug 2026 07:36:10 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 5DB573F86F for ; Tue, 11 Aug 2026 07:36:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1786458974; bh=G1ApRCJH1Wkj6gQp0ZRcJRKGp5snEm7YwALUOZemPaw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q+TbzXSmvi2BZuJrxJKwBXdNuSQ/n0YgBlLyPyTER+ERWWtAhYB37spIyK3fd1qFe JuhQYBzRpwzcVS5XyJpF1F2s6bZqjS0XKTn3wDcFEYd2lzR60x23BvWHr3gHMbUAkR bufn02gQzNSmjTNbDYuWZUF1fFnSlqRIIZt6g6U4= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH 4/4] classes/python_setuptools_build_meta: remove wheel dependency Date: Tue, 11 Aug 2026 15:36:07 +0100 Message-ID: <20260811143607.1200407-4-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260811143607.1200407-1-ross.burton@arm.com> References: <20260811143607.1200407-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 11 Aug 2026 14:36:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243209 Historically, setuptools provided most of the build commands but the wheel package provided bdist_wheel. However, as of setuptools 70.1.0[1], this command is part of setuptools itself and the wheel package is not required. [1] https://github.com/pypa/setuptools/commit/b3d3e93a834426f1bef8712e1405495084eb3b7f Signed-off-by: Ross Burton --- meta/classes-recipe/python_setuptools_build_meta.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/python_setuptools_build_meta.bbclass b/meta/classes-recipe/python_setuptools_build_meta.bbclass index f09f7e9a918..d488debdb0e 100644 --- a/meta/classes-recipe/python_setuptools_build_meta.bbclass +++ b/meta/classes-recipe/python_setuptools_build_meta.bbclass @@ -6,7 +6,7 @@ inherit python_pep517 -DEPENDS += "python3-setuptools-native python3-wheel-native" +DEPENDS += "python3-setuptools-native" # This isn't nice, but is the best solutions to ensure clean builds for now. # https://github.com/pypa/setuptools/issues/4732