mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 00:30:23 +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)
This commit is contained in:
parent
ceb602cab1
commit
e573f77855
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 \
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue