From: Guðni Már Gilbert Date: Sat, 30 Nov 2024 12:27:31 +0000 (+0000) Subject: python3-poetry-core: drop python3-six from RDEPENDS X-Git-Tag: yocto-5.2~1119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ed30cd9426e1f8a6caf31277f0349343a06f2d4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-poetry-core: drop python3-six from RDEPENDS Looking at the history, python3-six was removed as a dependency in the poetry.lock file in v1.5.2 Even before v1.5.2 and until now (v1.9.1) there is no code in the package which imports the six module. So it can be safely dropped from the recipe. Signed-off-by: Guðni Már Gilbert Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.9.1.bb b/meta/recipes-devtools/python/python3-poetry-core_1.9.1.bb index 173c3bdb68b..ea4164d06a6 100644 --- a/meta/recipes-devtools/python/python3-poetry-core_1.9.1.bb +++ b/meta/recipes-devtools/python/python3-poetry-core_1.9.1.bb @@ -35,7 +35,6 @@ RDEPENDS:${PN}:append:class-target = "\ RDEPENDS:${PN} += "\ python3-pip \ - python3-six \ " BBCLASSEXTEND = "native nativesdk"