The corresponding libvirt-jenkins-ci commit is 732952acd532.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
buildenv-libvirt-opensuse-151.zip | Bin 761 -> 785 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/buildenv-libvirt-opensuse-151.zip b/buildenv-libvirt-opensuse-151.zip
index 701149f..1a835c5 100644
--- a/buildenv-libvirt-opensuse-151.zip
+++ b/buildenv-libvirt-opensuse-151.zip
@@ -59,7 +59,6 @@ RUN zypper update -y && \
lsof \
lvm2 \
make \
- meson \
ncurses-devel \
net-tools \
nfs-utils \
@@ -75,6 +74,7 @@ RUN zypper update -y && \
python3 \
python3-docutils \
python3-flake8 \
+ python3-pip \
python3-setuptools \
qemu-tools \
radvd \
@@ -93,4 +93,7 @@ RUN zypper update -y && \
xfsprogs-devel && \
zypper clean --all
+RUN pip3 install \
+ meson==0.49.0
+
ENV LANG "en_US.UTF-8"
--
2.24.1