From 87a209c8d354e1a1af4575ad5f586cad0066c287 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 19 Feb 2018 14:27:55 +0000 Subject: [PATCH] Also install python-gobject-base on jeninks --- inventory/group_vars/jenkins-slave | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/jenkins-slave b/inventory/group_vars/jenkins-slave index face69c552..ea05d419a4 100644 --- a/inventory/group_vars/jenkins-slave +++ b/inventory/group_vars/jenkins-slave @@ -281,3 +281,5 @@ f26_only: - python26 - python35 - libmodulemd # Needed by modularity (mbs, odcs and more) +- python-gobject-base # ... likewise +- python3-gobject-base # ... likewise