From be952c7b370b064673331e40b4dc0836c9c0b153 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Wed, 19 Jun 2024 17:03:07 +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 --- meta/recipes-devtools/python/python3-setuptools_69.5.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb b/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb index 8261b09d164..cc6256db804 100644 --- a/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb @@ -16,7 +16,6 @@ SRC_URI[sha256sum] = "6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611 DEPENDS += "python3" RDEPENDS:${PN} = "\ - python3-2to3 \ python3-compile \ python3-compression \ python3-ctypes \ -- 2.47.2