summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2024-12-08 13:10:34 +0000
committerSteve Sakoman <steve@sakoman.com>2024-12-13 05:21:54 -0800
commit6ae367c861f108a7415786dec8a5eaf4b5d773f1 (patch)
treeb1e9f978a80fc3c0e93711060f2580466caaa477
parent30fd1ca222be35c918b8bae701522837bb0209b2 (diff)
downloadpoky-6ae367c861f108a7415786dec8a5eaf4b5d773f1.tar.gz
dnf: drop python3-iniparse from DEPENDS and RDEPENDS
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 <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> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/dnf/dnf_4.19.0.bb3
1 files changed, 1 insertions, 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"
27 27
28inherit cmake gettext bash-completion setuptools3-base systemd 28inherit cmake gettext bash-completion setuptools3-base systemd
29 29
30DEPENDS += "libdnf librepo libcomps python3-iniparse" 30DEPENDS += "libdnf librepo libcomps"
31 31
32# manpages generation requires http://www.sphinx-doc.org/ 32# manpages generation requires http://www.sphinx-doc.org/
33EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" 33EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3"
@@ -49,7 +49,6 @@ RDEPENDS:${PN} += " \
49 python3-sqlite3 \ 49 python3-sqlite3 \
50 python3-compression \ 50 python3-compression \
51 python3-rpm \ 51 python3-rpm \
52 python3-iniparse \
53 python3-json \ 52 python3-json \
54 python3-curses \ 53 python3-curses \
55 python3-misc \ 54 python3-misc \