From 6505a781cf2da33901d0854e78e196999aafa4d7 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 6 Feb 2019 09:41:06 +0100 Subject: [PATCH] contrib: install python3-gobject as REQUIRED_PACKAGES To run the tests with python3, we need python3-gobject. Note that "contrib/fedora/REQUIRED_PACKAGES" is called by "contrib/scripts/nm-ci-run.sh" script to install the packages in Fedora. --- contrib/fedora/REQUIRED_PACKAGES | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES index 4a0ee4452d..4938ae9162 100755 --- a/contrib/fedora/REQUIRED_PACKAGES +++ b/contrib/fedora/REQUIRED_PACKAGES @@ -55,6 +55,7 @@ install \ ppp-devel \ pygobject3-base \ python3-dbus \ + python3-gobject \ qt-devel \ readline-devel \ rpm-build \