diff options
| author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-11-30 12:39:11 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-03 11:21:34 +0000 |
| commit | 77f8b8e981fd2098660903c2fd10cc58b544c40e (patch) | |
| tree | d6d80ca12afb463d0c72d0c7936d923aa22bbb0e /meta/recipes-devtools/dnf | |
| parent | 918656801835bc088cceb769d919f810684f6d45 (diff) | |
| download | poky-77f8b8e981fd2098660903c2fd10cc58b544c40e.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: 05220b4907ab654e829d97ab68d48f76330937dd)
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>
Diffstat (limited to 'meta/recipes-devtools/dnf')
| -rw-r--r-- | meta/recipes-devtools/dnf/dnf_4.22.0.bb | 3 |
1 files changed, 1 insertions, 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" | |||
| 27 | 27 | ||
| 28 | inherit cmake gettext bash-completion setuptools3-base systemd | 28 | inherit cmake gettext bash-completion setuptools3-base systemd |
| 29 | 29 | ||
| 30 | DEPENDS += "libdnf librepo libcomps python3-iniparse" | 30 | DEPENDS += "libdnf librepo libcomps" |
| 31 | 31 | ||
| 32 | # manpages generation requires http://www.sphinx-doc.org/ | 32 | # manpages generation requires http://www.sphinx-doc.org/ |
| 33 | EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" | 33 | EXTRA_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 \ |
