From patchwork Mon Sep 14 21:45:49 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 98244 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 98864C88E72 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.msgproc02-g2.9450.1789422356754584788 for ; Mon, 14 Sep 2026 14:45:56 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=Pp24ct50; 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 510251595 for ; Mon, 14 Sep 2026 14:45:52 -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 812D53F882 for ; Mon, 14 Sep 2026 14:45:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1789422355; bh=41wcw/N4+MGF+JzYr+ZVQjnTpb4KXlBfea8HnGGEyyY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Pp24ct50v9IvbqTRC7wy4F/3Z7cmZV6HrB9/6lMPqZEWVVNS7qvkzk9VTQCuxcBH8 h5cP7U/0rsjwFAzLJMTi8JVEnDvjmP26O2Er9P2IbxzSDLL2HGfRK9rO2rUHOPe9CV Zs35kEzObApkBs3rGDvyQJ9AQPTMWW8jd5fxNBMQ= From: Ross Burton To: openembedded-core@lists.openembedded.org Subject: [PATCH 2/3] python3-testtools: remove obsolete dependencies Date: Mon, 14 Sep 2026 22:45:49 +0100 Message-ID: <20260914214550.376236-2-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/245797 The use of the extras module was removed in 2.6.0[1], and the use of six was removed in 2.5.0[2]. [1] testtools 5d3b595 ("Drop extras of extras; fixtures no longer uses it") [2] testtools 8e8bf52 ("Remove six") Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-testtools_2.9.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3-testtools_2.9.1.bb b/meta/recipes-devtools/python/python3-testtools_2.9.1.bb index 0c7f6221781..31809fe1edd 100644 --- a/meta/recipes-devtools/python/python3-testtools_2.9.1.bb +++ b/meta/recipes-devtools/python/python3-testtools_2.9.1.bb @@ -13,9 +13,7 @@ SRC_URI[sha256sum] = "39ad9eb9e1b935d6838f4b3aee4d6e72db65df5602f6feda998dbb4fe8 RDEPENDS:${PN} += "\ python3-compression \ python3-doctest \ - python3-extras \ python3-json \ - python3-six \ " BBCLASSEXTEND = "nativesdk"