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 \