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 4/4] dnf: drop python3-iniparse from DEPENDS and RDEPENDS
Date: Sun, 8 Dec 2024 13:06:17 +0000 [thread overview]
Message-ID: <20241208130617.4032-5-gudni.m.g@gmail.com> (raw)
In-Reply-To: <20241208130617.4032-1-gudni.m.g@gmail.com>
python3-iniparse dependency was dropped 2019, see the
following commit as reference:
https://github.com/rpm-software-management/dnf/pull/1329/commits/d7d0e0e2f9d8c7d021c794821ad0b56a39ebc01f
When looking at the Git history, this happened around tag 4.2.1
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/dnf/dnf_4.19.0.bb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/dnf/dnf_4.19.0.bb b/meta/recipes-devtools/dnf/dnf_4.19.0.bb
index 37a2cc7de2..9c7c59818e 100644
--- a/meta/recipes-devtools/dnf/dnf_4.19.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.19.0.bb
@@ -27,7 +27,7 @@ S = "${WORKDIR}/git"
inherit cmake gettext bash-completion setuptools3-base systemd
-DEPENDS += "libdnf librepo libcomps python3-iniparse"
+DEPENDS += "libdnf librepo libcomps"
# manpages generation requires http://www.sphinx-doc.org/
EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3"
@@ -49,7 +49,6 @@ RDEPENDS:${PN} += " \
python3-sqlite3 \
python3-compression \
python3-rpm \
- python3-iniparse \
python3-json \
python3-curses \
python3-misc \
--
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 ` [PATCH 3/4] python3-poetry-core: drop python3-six from RDEPENDS Guðni Már Gilbert
2024-12-08 13:06 ` Guðni Már Gilbert [this message]
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-5-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.