From: "Guðni Már Gilbert" <gudni.m.g@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: "Guðni Már Gilbert" <gudni.m.g@gmail.com>,
"Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>,
"Richard Purdie" <richard.purdie@linuxfoundation.org>
Subject: [PATCH 3/4] python3-poetry-core: drop python3-six from RDEPENDS
Date: Sun, 8 Dec 2024 13:06:16 +0000 [thread overview]
Message-ID: <20241208130617.4032-4-gudni.m.g@gmail.com> (raw)
In-Reply-To: <20241208130617.4032-1-gudni.m.g@gmail.com>
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.0.bb | 1 -
1 file changed, 1 deletion(-)
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 = "\
RDEPENDS:${PN} += "\
python3-pip \
- python3-six \
"
BBCLASSEXTEND = "native nativesdk"
--
2.43.0
next prev parent reply other threads:[~2024-12-08 13:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-08 13:06 [PATCH 0/4] Backport a few dependency clean ups from master Guðni Már Gilbert
2024-12-08 13:06 ` [PATCH 1/4] systemd: drop intltool-native from DEPENDS Guðni Már Gilbert
2024-12-08 13:06 ` [PATCH 2/4] systemd-boot: " Guðni Már Gilbert
2024-12-08 13:06 ` Guðni Már Gilbert [this message]
2024-12-08 13:06 ` [PATCH 4/4] dnf: drop python3-iniparse from DEPENDS and RDEPENDS Guðni Már Gilbert
2024-12-08 13:11 ` [PATCH 0/4] Backport a few dependency clean ups from master Guðni Már Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241208130617.4032-4-gudni.m.g@gmail.com \
--to=gudni.m.g@gmail.com \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.