From 0d5cd1d867a826cf83fcaee3e8390b9defec47d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Tue, 2 Jul 2024 22:31:29 +0000 Subject: [PATCH] python3-setuptools: drop python3-2to3 from RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2to3 module was dropped as a dependency in setuptools 58.0 Signed-off-by: Guðni Már Gilbert Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-devtools/python/python3-setuptools_69.1.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb b/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb index 77d4e0aa030..67475b68eb5 100644 --- a/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb @@ -16,7 +16,6 @@ SRC_URI[sha256sum] = "5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c DEPENDS += "python3" RDEPENDS:${PN} = "\ - python3-2to3 \ python3-compile \ python3-compression \ python3-ctypes \ -- 2.47.2