From eb38ddb0d24f2a886bf19db200dbb870d6ba9498 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 14 Aug 2021 10:42:19 +0200 Subject: [PATCH] ci: Remove python-dbusmock hacks --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3a950c..1969246 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,9 +18,6 @@ variables: build_stable: before_script: - - dnf upgrade -y --nogpgcheck fedora-release fedora-repos* - # Work-around uninstallable python-dbusmock - - dnf install -y https://kojipkgs.fedoraproject.org//packages/python-dbusmock/0.23.0/1.fc35/noarch/python3-dbusmock-0.23.0-1.fc35.noarch.rpm - dnf update -y && dnf install -y $DEPENDENCIES script: - meson -Dgtk_doc=true -Dgtk-tests=true _build