mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-25 02:10:37 +01:00
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)
This commit is contained in:
parent
3632a0162a
commit
27664ff425
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
@ -88,4 +86,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue