From ae23ef8b3c460a359fc9b5d60b447adc4fc8dec5 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) (cherry picked from commit e573f77855ed07a6901b1c5f70bfd2f8385a4cd1) --- 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 acc07c4648..23a3eacf61 100755 --- a/contrib/fedora/REQUIRED_PACKAGES +++ b/contrib/fedora/REQUIRED_PACKAGES @@ -46,7 +46,6 @@ install \ bluez-libs-devel \ dbus-devel \ dbus-glib-devel \ - dbus-python \ dbus-x11 \ dhclient \ gcc-c++ \ @@ -73,7 +72,6 @@ install \ polkit-devel \ ppp \ ppp-devel \ - pygobject3-base \ python3-dbus \ python3-gobject \ qt-devel \ @@ -90,4 +88,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