Skip to content

Commit 3bc570b

Browse files
gudnimgleimaohui
authored andcommitted
dnf: drop python3-iniparse from DEPENDS and RDEPENDS
python3-iniparse dependency was dropped 2019, see the following commit as reference: rpm-software-management/dnf@d7d0e0e When looking at the Git history, this happened around tag 4.2.1 (From OE-Core rev: 05220b4907ab654e829d97ab68d48f76330937dd) Signed-off-by: Guðni Már Gilbert <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent b5ce747 commit 3bc570b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meta/recipes-devtools/dnf/dnf_4.22.0.bb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ S = "${WORKDIR}/git"
2727

2828
inherit cmake gettext bash-completion setuptools3-base systemd
2929

30-
DEPENDS += "libdnf librepo libcomps python3-iniparse"
30+
DEPENDS += "libdnf librepo libcomps"
3131

3232
# manpages generation requires http://www.sphinx-doc.org/
3333
EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3"
@@ -49,7 +49,6 @@ RDEPENDS:${PN} += " \
4949
python3-sqlite3 \
5050
python3-compression \
5151
python3-rpm \
52-
python3-iniparse \
5352
python3-json \
5453
python3-curses \
5554
python3-misc \

0 commit comments

Comments
 (0)