From 1853dc98ae10daf4e4022ca0161a595bc58bf2ec Mon Sep 17 00:00:00 2001 From: Marinus Schraal Date: Fri, 15 Dec 2017 08:40:13 +0100 Subject: [PATCH] CI: Fix rawhide build --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce1668a04..bec1e4842 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,10 @@ stages: - deploy variables: - DEPENDENCIES: python3 gobject-introspection-devel gtk3-devel libmediaart-devel grilo-devel + DEPENDENCIES: python3 autoconf-archive gettext-devel git pygobject3 + pygobject3-devel python3-gobject redhat-rpm-config gtk3-devel + gobject-introspection-devel tracker-devel gnome-common which + libmediaart-devel grilo-devel build: stage: build @@ -36,4 +39,4 @@ pep8: script: - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck python3-pep8 - python3-pep8 --ignore=E501,E225,E265,E402 --show-source --show-pep8 . - allow_failure: true \ No newline at end of file + allow_failure: true -- GitLab