All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dnf: drop python3-iniparse from DEPENDS and RDEPENDS
@ 2024-11-30 12:39 Guðni Már Gilbert
  2024-11-30 12:41 ` Guðni Már Gilbert
  0 siblings, 1 reply; 2+ messages in thread
From: Guðni Már Gilbert @ 2024-11-30 12:39 UTC (permalink / raw)
  To: openembedded-core; +Cc: Guðni Már Gilbert

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>
---
 meta/recipes-devtools/dnf/dnf_4.22.0.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/dnf/dnf_4.22.0.bb b/meta/recipes-devtools/dnf/dnf_4.22.0.bb
index 3f94dfc9a5..f9d6ea1fa6 100644
--- a/meta/recipes-devtools/dnf/dnf_4.22.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.22.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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dnf: drop python3-iniparse from DEPENDS and RDEPENDS
  2024-11-30 12:39 [PATCH] dnf: drop python3-iniparse from DEPENDS and RDEPENDS Guðni Már Gilbert
@ 2024-11-30 12:41 ` Guðni Már Gilbert
  0 siblings, 0 replies; 2+ messages in thread
From: Guðni Már Gilbert @ 2024-11-30 12:41 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

Note: after this patch, there are no consumers of python3-iniparse in openembedded-core or meta-openembedded.

To move forward, I'm not sure if I should simply delete the recipe or move it to meta-openembedded.

Is anyone against deleting this recipe?

[-- Attachment #2: Type: text/html, Size: 324 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-30 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-30 12:39 [PATCH] dnf: drop python3-iniparse from DEPENDS and RDEPENDS Guðni Már Gilbert
2024-11-30 12:41 ` Guðni Már Gilbert

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.