From patchwork Mon Sep 14 21:45:50 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 98243 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 7F8FFC88E73 for ; Mon, 14 Sep 2026 21:46:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.9255.1789422357115834396 for ; Mon, 14 Sep 2026 14:45:57 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=F4MJp9hp; 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 069401688 for ; Mon, 14 Sep 2026 14:45:53 -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 402223F882 for ; Mon, 14 Sep 2026 14:45:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1789422356; bh=HAZbDDAOzeLNaGQYudyVKm+od/aQp6iGv7pRjkuxx4I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F4MJp9hp71vNq5oDo7wJZWsREagu/RxTetEZD8Prk8RF1t4YEMV+aYNvue+yrPX3X 37f7mkBVCUp1KkaebMi/mT6+XmlyNx/g0IcH7aGjz7jQ5x9WHAVAdRAxoc4fCdGjiB 0UdtFloVJ+dZ2NIM8zEhsjnCutvsjqAiA2baCIAc= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH 3/3] python3-six: remove obsolete package Date: Mon, 14 Sep 2026 22:45:50 +0100 Message-ID: <20260914214550.376236-3-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260914214550.376236-1-ross.burton@arm.com> References: <20260914214550.376236-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 ; Mon, 14 Sep 2026 21:46:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245798 Python 2 was end-of-lifed six years ago now, so I think it's time to retire the six module from core and move it to meta-python. A lot of recipes in meta-oe still claim to depend on it, but I expect the majority of those are redundant. Signed-off-by: Ross Burton --- meta/conf/distro/include/maintainers.inc | 1 - .../distro/include/ptest-packagelists.inc | 1 - .../python/python3-six_1.17.0.bb | 23 ------------------- 3 files changed, 25 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-six_1.17.0.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index bded4bf6c7d..a41f2488089 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -723,7 +723,6 @@ RECIPE_MAINTAINER:pn-python3-setuptools = "Trevor Gamblin