From: Guðni Már Gilbert Date: Wed, 19 Jun 2024 17:03:07 +0000 (+0000) Subject: python3-setuptools: drop python3-2to3 from RDEPENDS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be952c7b370b064673331e40b4dc0836c9c0b153;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-setuptools: drop python3-2to3 from RDEPENDS 2to3 module was dropped as a dependency in setuptools 58.0 Signed-off-by: Guðni Már Gilbert Signed-off-by: Richard Purdie --- 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 \