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 bdd45e6afa)
(cherry picked from commit 27664ff425)
This commit is contained in:
Thomas Haller 2020-02-10 11:14:53 +01:00
parent ceb602cab1
commit e573f77855

View file

@ -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