diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-12-08 13:10:33 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-12-13 05:21:54 -0800 |
commit | 30fd1ca222be35c918b8bae701522837bb0209b2 (patch) | |
tree | ad2fdf13f336b8a0fb6bbc346f2034634473b38c /meta/recipes-devtools/python | |
parent | 418996278d39dbbf081b171d053b64b80a8c4e42 (diff) | |
download | poky-30fd1ca222be35c918b8bae701522837bb0209b2.tar.gz |
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.
(From OE-Core rev: 09378088bba46b6e505f69381496da0ecd0ecf2c)
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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb index 540fdffaed..d1a8b939c0 100644 --- a/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb +++ b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb | |||
@@ -36,7 +36,6 @@ RDEPENDS:${PN}:append:class-target = "\ | |||
36 | 36 | ||
37 | RDEPENDS:${PN} += "\ | 37 | RDEPENDS:${PN} += "\ |
38 | python3-pip \ | 38 | python3-pip \ |
39 | python3-six \ | ||
40 | " | 39 | " |
41 | 40 | ||
42 | BBCLASSEXTEND = "native nativesdk" | 41 | BBCLASSEXTEND = "native nativesdk" |