From 74f1e58219324a4a7965cdec559b42bb4988e464 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 7 May 2020 13:22:02 +0100 Subject: [PATCH] ci: Add python3-pip to Fedora dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s needed to provide the `pip3` executable, which the `Dockerfile` later uses. Follow-up to !1464. Signed-off-by: Philip Withnall --- .gitlab-ci/fedora.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index 69548716e..39553e280 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -45,6 +45,7 @@ RUN dnf -y update \ ninja-build \ pcre-devel \ "python3-dbusmock >= 0.18.3-2" \ + python3-pip \ python3-pygments \ python3-wheel \ shared-mime-info \