From e573f77855ed07a6901b1c5f70bfd2f8385a4cd1 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 10 Feb 2020 11:14:53 +0100 Subject: [PATCH] contrib/REQUIRED_PACKAGES: ignore for non-existing packages "dbus-python", "pygobject3-base" on Fedora 32 These packages no longer exist on Fedora 32 and dnf fails due to that. Ignore such errors. (cherry picked from commit bdd45e6afa64737114dc336608c78d28f6890304) (cherry picked from commit 27664ff4259a7b8aff1cdde962bd896966af7395) --- contrib/fedora/REQUIRED_PACKAGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES index 803cb87f21..eb2404a170 100755 --- a/contrib/fedora/REQUIRED_PACKAGES +++ b/contrib/fedora/REQUIRED_PACKAGES @@ -45,7 +45,6 @@ install \ audit-libs-devel \ bluez-libs-devel \ dbus-devel \ - dbus-python \ dbus-x11 \ dhclient \ gcc-c++ \ @@ -72,7 +71,6 @@ install \ polkit-devel \ ppp \ ppp-devel \ - pygobject3-base \ python3-dbus \ python3-gobject \ qt-devel \ @@ -89,4 +87,6 @@ install \ # some packages don't exist in certain distributions. Install them one-by-one, and ignore errors. install_ignore_missing \ python-gobject-base \ + dbus-python \ + pygobject3-base \ #end