[glib: 1/6] ci: Add python3-pip to Fedora dependencies



commit 74f1e58219324a4a7965cdec559b42bb4988e464
Author: Philip Withnall <withnall endlessm com>
Date:   Thu May 7 13:22:02 2020 +0100

    ci: Add python3-pip to Fedora dependencies
    
    It’s needed to provide the `pip3` executable, which the `Dockerfile`
    later uses.
    
    Follow-up to !1464.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .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 \


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