diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:03 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-21 10:38:29 +0000 |
| commit | 398b979449fba2a9471b4ada8cb9efee32c1c3f0 (patch) | |
| tree | 26b1b96e9d662895e04e85e7644d011856487159 /meta/recipes-devtools/dnf | |
| parent | 05d187fec3bd84ee70bf3ac38028103953369d1b (diff) | |
| download | poky-398b979449fba2a9471b4ada8cb9efee32c1c3f0.tar.gz | |
dnf: remove obsolete python3-gpg dependency (provided by gpgme)
As of https://github.com/rpm-software-management/dnf/commit/8806b2ee99a322c7201239a1cf14d191c87e152a
dnf is using librepo's crypto.
(From OE-Core rev: 0f85f8af5edc7e2899a0212c56574a353f41bf6b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@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.18.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.18.1.bb b/meta/recipes-devtools/dnf/dnf_4.18.1.bb index f60b4794a6..bc79db05c9 100644 --- a/meta/recipes-devtools/dnf/dnf_4.18.1.bb +++ b/meta/recipes-devtools/dnf/dnf_4.18.1.bb | |||
| @@ -52,7 +52,6 @@ RDEPENDS:${PN} += " \ | |||
| 52 | python3-json \ | 52 | python3-json \ |
| 53 | python3-curses \ | 53 | python3-curses \ |
| 54 | python3-misc \ | 54 | python3-misc \ |
| 55 | python3-gpg \ | ||
| 56 | " | 55 | " |
| 57 | 56 | ||
| 58 | RDEPENDS:${PN}:class-native = "" | 57 | RDEPENDS:${PN}:class-native = "" |
