summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2024-11-30 12:27:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-03 11:21:34 +0000
commit918656801835bc088cceb769d919f810684f6d45 (patch)
treedc17444da1db83c9b1f438dbe8ba88c06b40579e
parentbaf75ed4c57e9d92c616723c9b3b32ba5f8d8f8b (diff)
downloadpoky-918656801835bc088cceb769d919f810684f6d45.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: 1ed30cd9426e1f8a6caf31277f0349343a06f2d4) 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>
-rw-r--r--meta/recipes-devtools/python/python3-poetry-core_1.9.1.bb1
1 files changed, 0 insertions, 1 deletions
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 173c3bdb68..ea4164d06a 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 = "\
35 35
36RDEPENDS:${PN} += "\ 36RDEPENDS:${PN} += "\
37 python3-pip \ 37 python3-pip \
38 python3-six \
39" 38"
40 39
41BBCLASSEXTEND = "native nativesdk" 40BBCLASSEXTEND = "native nativesdk"