mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-27 09:20:32 +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 commitbdd45e6afa) (cherry picked from commit27664ff425) (cherry picked from commite573f77855)
This commit is contained in:
parent
29e068cfe5
commit
ae23ef8b3c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue