[folks/wip/nielsdg/ci-use-rawhide] ci: Add python3-dbusmock to the dependencies



commit ff93e26c55b520654b0569e6a9beda1dc82a72a1
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Dec 7 15:02:32 2019 +0100

    ci: Add python3-dbusmock to the dependencies
    
    Otherwise, the tests of the Bluez backend will fail

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e5351fe3..7b2d1e2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ build-folks:
     - dnf -y install --nogpgcheck
       dbus-glib-devel evolution-data-server-devel glib2-devel
       gobject-introspection-devel libgee-devel libxml2-devel meson ninja-build
-      python2 readline-devel redhat-rpm-config telepathy-glib-devel
+      python2 python3-dbusmock readline-devel redhat-rpm-config telepathy-glib-devel
       telepathy-glib-vala tracker-devel vala
       dbus-daemon # FIXME: dbus-broker breaks the CI, see https://github.com/bus1/dbus-broker/issues/145
   script:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]