From 6ae367c861f108a7415786dec8a5eaf4b5d773f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 8 Dec 2024 13:10:34 +0000 Subject: [PATCH] dnf: drop python3-iniparse from DEPENDS and RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (From OE-Core rev: 3273ace1e5e4b0573ceaa44f2710f651db9ae525) Signed-off-by: Guðni Már Gilbert Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- 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 \