]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-poetry-core: drop python3-six from RDEPENDS
authorGuðni Már Gilbert <gudni.m.g@gmail.com>
Sat, 30 Nov 2024 12:27:31 +0000 (12:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Dec 2024 11:12:48 +0000 (11:12 +0000)
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 <gudni.m.g@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-poetry-core_1.9.1.bb

index 173c3bdb68b53bf2cc51127222cdbc323628f5c2..ea4164d06a6ce2c8524955e4dfbcc1799172e529 100644 (file)
@@ -35,7 +35,6 @@ RDEPENDS:${PN}:append:class-target = "\
 
 RDEPENDS:${PN} += "\
     python3-pip \
-    python3-six \
 "
 
 BBCLASSEXTEND = "native nativesdk"