mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
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>
This commit is contained in:
parent
31099d97eb
commit
74f1e58219
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user