From 0f85f8af5edc7e2899a0212c56574a353f41bf6b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 15 Dec 2023 08:52:03 +0100 Subject: [PATCH] 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. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/dnf/dnf_4.18.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/dnf/dnf_4.18.1.bb b/meta/recipes-devtools/dnf/dnf_4.18.1.bb index f60b4794a60..bc79db05c9a 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} += " \ python3-json \ python3-curses \ python3-misc \ - python3-gpg \ " RDEPENDS:${PN}:class-native = "" -- 2.47.3