summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-02-10 11:14:53 +0100
committerThomas Haller <thaller@redhat.com>2020-02-10 11:18:51 +0100
commitbdd45e6afa64737114dc336608c78d28f6890304 (patch)
treef8eea965af30a48153c351f7a670847e18c74196
parent623a1e1f993b3166509202bc580c30e3daf9c67b (diff)
downloadNetworkManager-bdd45e6afa64737114dc336608c78d28f6890304.tar.gz
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.
-rwxr-xr-xcontrib/fedora/REQUIRED_PACKAGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES
index fb6e173a56..7daf8d1013 100755
--- a/contrib/fedora/REQUIRED_PACKAGES
+++ b/contrib/fedora/REQUIRED_PACKAGES
@@ -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