The pygments package is required by docutils when specifying a language
for the "code-block" directive.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
.gitlab-ci.yml | 2 +-
ci/cirrus/build.yml | 6 ++++--
ci/cirrus/libvirt-freebsd-11.vars | 5 ++---
ci/cirrus/libvirt-freebsd-12.vars | 5 ++---
ci/cirrus/libvirt-macos-1015.vars | 6 +++---
ci/cirrus/refresh | 2 +-
ci/containers/libvirt-centos-7.Dockerfile | 1 +
ci/containers/libvirt-centos-8.Dockerfile | 1 +
ci/containers/libvirt-centos-stream.Dockerfile | 1 +
ci/containers/libvirt-debian-10-cross-aarch64.Dockerfile | 1 +
ci/containers/libvirt-debian-10-cross-armv6l.Dockerfile | 1 +
ci/containers/libvirt-debian-10-cross-armv7l.Dockerfile | 1 +
ci/containers/libvirt-debian-10-cross-i686.Dockerfile | 1 +
ci/containers/libvirt-debian-10-cross-mips.Dockerfile | 1 +
ci/containers/libvirt-debian-10-cross-mips64el.Dockerfile | 1 +
ci/containers/libvirt-debian-10-cross-mipsel.Dockerfile | 1 +
ci/containers/libvirt-debian-10-cross-ppc64le.Dockerfile | 1 +
ci/containers/libvirt-debian-10-cross-s390x.Dockerfile | 1 +
ci/containers/libvirt-debian-10.Dockerfile | 1 +
ci/containers/libvirt-debian-sid-cross-aarch64.Dockerfile | 1 +
ci/containers/libvirt-debian-sid-cross-armv6l.Dockerfile | 1 +
ci/containers/libvirt-debian-sid-cross-armv7l.Dockerfile | 1 +
ci/containers/libvirt-debian-sid-cross-i686.Dockerfile | 1 +
ci/containers/libvirt-debian-sid-cross-mips64el.Dockerfile | 1 +
ci/containers/libvirt-debian-sid-cross-mipsel.Dockerfile | 1 +
ci/containers/libvirt-debian-sid-cross-ppc64le.Dockerfile | 1 +
ci/containers/libvirt-debian-sid-cross-s390x.Dockerfile | 1 +
ci/containers/libvirt-debian-sid.Dockerfile | 1 +
ci/containers/libvirt-fedora-31.Dockerfile | 1 +
ci/containers/libvirt-fedora-32.Dockerfile | 1 +
.../libvirt-fedora-rawhide-cross-mingw32.Dockerfile | 1 +
.../libvirt-fedora-rawhide-cross-mingw64.Dockerfile | 1 +
ci/containers/libvirt-fedora-rawhide.Dockerfile | 1 +
ci/containers/libvirt-opensuse-151.Dockerfile | 1 +
ci/containers/libvirt-ubuntu-1804.Dockerfile | 1 +
ci/containers/libvirt-ubuntu-2004.Dockerfile | 1 +
36 files changed, 43 insertions(+), 13 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee404bf50a..e4af3303ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -100,7 +100,7 @@ stages:
-e "s|[@]PKGS@|$PKGS|g"
-e "s|[@]MAKE@|$MAKE|g"
-e "s|[@]PYTHON@|$PYTHON|g"
- -e "s|[@]PIP@|$PIP|g"
+ -e "s|[@]PIP3@|$PIP3|g"
-e "s|[@]PYPI_PKGS@|$PYPI_PKGS|g"
<ci/cirrus/build.yml >ci/cirrus/$NAME.yml
- cat ci/cirrus/$NAME.yml
diff --git a/ci/cirrus/build.yml b/ci/cirrus/build.yml
index 912284b906..22666771ba 100644
--- a/ci/cirrus/build.yml
+++ b/ci/cirrus/build.yml
@@ -9,11 +9,13 @@ env:
PKG_CONFIG_PATH: "@PKG_CONFIG_PATH@"
PYTHON: "@PYTHON@"
MAKE: "@MAKE@"
+ PKGS: "@PKGS@"
+ PYPI_PKGS: "@PYPI_PKGS@"
build_task:
install_script:
- - @INSTALL_COMMAND@ @PKGS@
- - @PIP@ install @PYPI_PKGS@
+ - @INSTALL_COMMAND@ $PKGS
+ - test -z "$PYPI_PKGS" || @PIP3@ install $PYPI_PKGS
clone_script:
- git clone --depth 100 "$CI_REPOSITORY_URL" .
- git fetch origin "$CI_COMMIT_REF_NAME"
diff --git a/ci/cirrus/libvirt-freebsd-11.vars b/ci/cirrus/libvirt-freebsd-11.vars
index 7c29c6f899..26ae7b6e10 100644
--- a/ci/cirrus/libvirt-freebsd-11.vars
+++ b/ci/cirrus/libvirt-freebsd-11.vars
@@ -4,6 +4,5 @@ CCACHE='/usr/local/bin/ccache'
MAKE='/usr/local/bin/gmake'
NINJA='/usr/local/bin/ninja'
PYTHON='/usr/local/bin/python3'
-PIP='/usr/local/bin/pip-3.7'
-PKGS='augeas autoconf automake avahi bash bash-completion ca_root_nss ccache chrony
cppi curl cyrus-sasl dbus diskscrub dnsmasq fusefs-libs gdb gettext gettext-tools git glib
gmake gnutls hal libpcap libpciaccess libssh libssh2 libtool libxml2 libxslt lsof ncurses
ninja p5-App-cpanminus patch perl5 pkgconf polkit py37-docutils py37-flake8 py37-pip
py37-setuptools py37-wheel python3 qemu-utils radvd readline screen sudo vim yajl'
-PYPI_PKGS='meson==0.54.0'
+PIP3='/usr/local/bin/pip-3.7'
+PKGS='augeas autoconf automake avahi bash bash-completion ca_root_nss ccache chrony
cppi curl cyrus-sasl dbus diskscrub dnsmasq fusefs-libs gdb gettext gettext-tools git glib
gmake gnutls hal libpcap libpciaccess libssh libssh2 libtool libxml2 libxslt lsof meson
ninja p5-App-cpanminus patch perl5 pkgconf polkit py37-docutils py37-flake8 py37-pip
py37-pygments py37-setuptools py37-wheel python3 qemu-utils radvd readline screen sudo vim
yajl'
diff --git a/ci/cirrus/libvirt-freebsd-12.vars b/ci/cirrus/libvirt-freebsd-12.vars
index 7c29c6f899..26ae7b6e10 100644
--- a/ci/cirrus/libvirt-freebsd-12.vars
+++ b/ci/cirrus/libvirt-freebsd-12.vars
@@ -4,6 +4,5 @@ CCACHE='/usr/local/bin/ccache'
MAKE='/usr/local/bin/gmake'
NINJA='/usr/local/bin/ninja'
PYTHON='/usr/local/bin/python3'
-PIP='/usr/local/bin/pip-3.7'
-PKGS='augeas autoconf automake avahi bash bash-completion ca_root_nss ccache chrony
cppi curl cyrus-sasl dbus diskscrub dnsmasq fusefs-libs gdb gettext gettext-tools git glib
gmake gnutls hal libpcap libpciaccess libssh libssh2 libtool libxml2 libxslt lsof ncurses
ninja p5-App-cpanminus patch perl5 pkgconf polkit py37-docutils py37-flake8 py37-pip
py37-setuptools py37-wheel python3 qemu-utils radvd readline screen sudo vim yajl'
-PYPI_PKGS='meson==0.54.0'
+PIP3='/usr/local/bin/pip-3.7'
+PKGS='augeas autoconf automake avahi bash bash-completion ca_root_nss ccache chrony
cppi curl cyrus-sasl dbus diskscrub dnsmasq fusefs-libs gdb gettext gettext-tools git glib
gmake gnutls hal libpcap libpciaccess libssh libssh2 libtool libxml2 libxslt lsof meson
ninja p5-App-cpanminus patch perl5 pkgconf polkit py37-docutils py37-flake8 py37-pip
py37-pygments py37-setuptools py37-wheel python3 qemu-utils radvd readline screen sudo vim
yajl'
diff --git a/ci/cirrus/libvirt-macos-1015.vars b/ci/cirrus/libvirt-macos-1015.vars
index 7704d747df..db4c2809ad 100644
--- a/ci/cirrus/libvirt-macos-1015.vars
+++ b/ci/cirrus/libvirt-macos-1015.vars
@@ -4,6 +4,6 @@ CCACHE='/usr/local/bin/ccache'
MAKE='/usr/local/bin/gmake'
NINJA='/usr/local/bin/ninja'
PYTHON='/usr/local/bin/python3'
-PIP='/usr/local/bin/pip3'
-PKGS='augeas autoconf automake bash bash-completion ccache cpanminus cppi curl dbus
dnsmasq docutils flake8 gdb gettext git glib gnutls gpatch libiscsi libpcap libssh libssh2
libtool libxml2 libxslt lsof make ncurses ninja perl pkg-config python3 qemu readline
rpcgen screen scrub vim xz yajl'
-PYPI_PKGS='meson==0.54.0'
+PIP3='/usr/local/bin/pip3'
+PKGS='augeas autoconf automake bash bash-completion ccache cpanminus cppi curl dbus
dnsmasq docutils flake8 gdb gettext git glib gnutls gpatch libiscsi libpcap libssh libssh2
libtool libxml2 libxslt lsof make meson ninja perl pkg-config python3 qemu readline rpcgen
screen scrub vim xz yajl'
+PYPI_PKGS='pygments'
diff --git a/ci/cirrus/refresh b/ci/cirrus/refresh
index 3a178909f8..d373d87ea2 100755
--- a/ci/cirrus/refresh
+++ b/ci/cirrus/refresh
@@ -14,7 +14,7 @@ then
exit 1
fi
-HOSTS=$($LCITOOL hosts | grep -E 'freebsd-12|macos')
+HOSTS=$($LCITOOL hosts | grep -E 'freebsd-11|freebsd-12|macos')
for host in $HOSTS
do
diff --git a/ci/containers/libvirt-centos-7.Dockerfile
b/ci/containers/libvirt-centos-7.Dockerfile
index 165368ed9a..ee6e3f5b7a 100644
--- a/ci/containers/libvirt-centos-7.Dockerfile
+++ b/ci/containers/libvirt-centos-7.Dockerfile
@@ -106,6 +106,7 @@ WEiJKtQrZDJloqtyi/mmRa1VsV7RYR0VPJjhK/R8EQ7Ysshy\n\
python3-setuptools \
python3-wheel \
python36-docutils \
+ python36-pygments \
qemu-img \
radvd \
readline-devel \
diff --git a/ci/containers/libvirt-centos-8.Dockerfile
b/ci/containers/libvirt-centos-8.Dockerfile
index 7fd793580c..f30491b7d1 100644
--- a/ci/containers/libvirt-centos-8.Dockerfile
+++ b/ci/containers/libvirt-centos-8.Dockerfile
@@ -77,6 +77,7 @@ RUN dnf install 'dnf-command(config-manager)' -y && \
python3-docutils \
python3-flake8 \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-img \
diff --git a/ci/containers/libvirt-centos-stream.Dockerfile
b/ci/containers/libvirt-centos-stream.Dockerfile
index 70db325cc1..bf8864fb51 100644
--- a/ci/containers/libvirt-centos-stream.Dockerfile
+++ b/ci/containers/libvirt-centos-stream.Dockerfile
@@ -78,6 +78,7 @@ RUN dnf install -y centos-release-stream && \
python3-docutils \
python3-flake8 \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-img \
diff --git a/ci/containers/libvirt-debian-10-cross-aarch64.Dockerfile
b/ci/containers/libvirt-debian-10-cross-aarch64.Dockerfile
index 0eb01468dd..e026a9f600 100644
--- a/ci/containers/libvirt-debian-10-cross-aarch64.Dockerfile
+++ b/ci/containers/libvirt-debian-10-cross-aarch64.Dockerfile
@@ -47,6 +47,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-10-cross-armv6l.Dockerfile
b/ci/containers/libvirt-debian-10-cross-armv6l.Dockerfile
index b7f434f75f..b8d2482e9c 100644
--- a/ci/containers/libvirt-debian-10-cross-armv6l.Dockerfile
+++ b/ci/containers/libvirt-debian-10-cross-armv6l.Dockerfile
@@ -47,6 +47,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-10-cross-armv7l.Dockerfile
b/ci/containers/libvirt-debian-10-cross-armv7l.Dockerfile
index d5388bf214..41be7e9afd 100644
--- a/ci/containers/libvirt-debian-10-cross-armv7l.Dockerfile
+++ b/ci/containers/libvirt-debian-10-cross-armv7l.Dockerfile
@@ -47,6 +47,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-10-cross-i686.Dockerfile
b/ci/containers/libvirt-debian-10-cross-i686.Dockerfile
index 24f69ac6d4..26bcaf87e4 100644
--- a/ci/containers/libvirt-debian-10-cross-i686.Dockerfile
+++ b/ci/containers/libvirt-debian-10-cross-i686.Dockerfile
@@ -47,6 +47,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-10-cross-mips.Dockerfile
b/ci/containers/libvirt-debian-10-cross-mips.Dockerfile
index c0db737669..dab136aed7 100644
--- a/ci/containers/libvirt-debian-10-cross-mips.Dockerfile
+++ b/ci/containers/libvirt-debian-10-cross-mips.Dockerfile
@@ -47,6 +47,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-10-cross-mips64el.Dockerfile
b/ci/containers/libvirt-debian-10-cross-mips64el.Dockerfile
index d6c51f58ca..8dff853601 100644
--- a/ci/containers/libvirt-debian-10-cross-mips64el.Dockerfile
+++ b/ci/containers/libvirt-debian-10-cross-mips64el.Dockerfile
@@ -47,6 +47,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-10-cross-mipsel.Dockerfile
b/ci/containers/libvirt-debian-10-cross-mipsel.Dockerfile
index 342de4270b..2c757ae196 100644
--- a/ci/containers/libvirt-debian-10-cross-mipsel.Dockerfile
+++ b/ci/containers/libvirt-debian-10-cross-mipsel.Dockerfile
@@ -47,6 +47,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-10-cross-ppc64le.Dockerfile
b/ci/containers/libvirt-debian-10-cross-ppc64le.Dockerfile
index 037adfe4eb..c298502521 100644
--- a/ci/containers/libvirt-debian-10-cross-ppc64le.Dockerfile
+++ b/ci/containers/libvirt-debian-10-cross-ppc64le.Dockerfile
@@ -47,6 +47,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-10-cross-s390x.Dockerfile
b/ci/containers/libvirt-debian-10-cross-s390x.Dockerfile
index 60012de8f0..9c42bcbaf1 100644
--- a/ci/containers/libvirt-debian-10-cross-s390x.Dockerfile
+++ b/ci/containers/libvirt-debian-10-cross-s390x.Dockerfile
@@ -47,6 +47,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-10.Dockerfile
b/ci/containers/libvirt-debian-10.Dockerfile
index e1d606ace5..d5e085800e 100644
--- a/ci/containers/libvirt-debian-10.Dockerfile
+++ b/ci/containers/libvirt-debian-10.Dockerfile
@@ -82,6 +82,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-sid-cross-aarch64.Dockerfile
b/ci/containers/libvirt-debian-sid-cross-aarch64.Dockerfile
index 2efb849c7b..b42cef4ab5 100644
--- a/ci/containers/libvirt-debian-sid-cross-aarch64.Dockerfile
+++ b/ci/containers/libvirt-debian-sid-cross-aarch64.Dockerfile
@@ -48,6 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-sid-cross-armv6l.Dockerfile
b/ci/containers/libvirt-debian-sid-cross-armv6l.Dockerfile
index 88334eec16..7d3839fd38 100644
--- a/ci/containers/libvirt-debian-sid-cross-armv6l.Dockerfile
+++ b/ci/containers/libvirt-debian-sid-cross-armv6l.Dockerfile
@@ -48,6 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-sid-cross-armv7l.Dockerfile
b/ci/containers/libvirt-debian-sid-cross-armv7l.Dockerfile
index cae9101676..ff8ef300dc 100644
--- a/ci/containers/libvirt-debian-sid-cross-armv7l.Dockerfile
+++ b/ci/containers/libvirt-debian-sid-cross-armv7l.Dockerfile
@@ -48,6 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-sid-cross-i686.Dockerfile
b/ci/containers/libvirt-debian-sid-cross-i686.Dockerfile
index 8aea704897..84f428dc97 100644
--- a/ci/containers/libvirt-debian-sid-cross-i686.Dockerfile
+++ b/ci/containers/libvirt-debian-sid-cross-i686.Dockerfile
@@ -48,6 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-sid-cross-mips64el.Dockerfile
b/ci/containers/libvirt-debian-sid-cross-mips64el.Dockerfile
index 713dc16470..d06bfb92aa 100644
--- a/ci/containers/libvirt-debian-sid-cross-mips64el.Dockerfile
+++ b/ci/containers/libvirt-debian-sid-cross-mips64el.Dockerfile
@@ -48,6 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-sid-cross-mipsel.Dockerfile
b/ci/containers/libvirt-debian-sid-cross-mipsel.Dockerfile
index c566ab19ae..4f9ed42f33 100644
--- a/ci/containers/libvirt-debian-sid-cross-mipsel.Dockerfile
+++ b/ci/containers/libvirt-debian-sid-cross-mipsel.Dockerfile
@@ -48,6 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-sid-cross-ppc64le.Dockerfile
b/ci/containers/libvirt-debian-sid-cross-ppc64le.Dockerfile
index ba3ee5ad70..bbc7a7b5e1 100644
--- a/ci/containers/libvirt-debian-sid-cross-ppc64le.Dockerfile
+++ b/ci/containers/libvirt-debian-sid-cross-ppc64le.Dockerfile
@@ -48,6 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-sid-cross-s390x.Dockerfile
b/ci/containers/libvirt-debian-sid-cross-s390x.Dockerfile
index 9ac88c469a..036bef97da 100644
--- a/ci/containers/libvirt-debian-sid-cross-s390x.Dockerfile
+++ b/ci/containers/libvirt-debian-sid-cross-s390x.Dockerfile
@@ -48,6 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-debian-sid.Dockerfile
b/ci/containers/libvirt-debian-sid.Dockerfile
index fd9b46706f..fc6ee4f77c 100644
--- a/ci/containers/libvirt-debian-sid.Dockerfile
+++ b/ci/containers/libvirt-debian-sid.Dockerfile
@@ -83,6 +83,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-fedora-31.Dockerfile
b/ci/containers/libvirt-fedora-31.Dockerfile
index 36adde5101..7f7820e617 100644
--- a/ci/containers/libvirt-fedora-31.Dockerfile
+++ b/ci/containers/libvirt-fedora-31.Dockerfile
@@ -75,6 +75,7 @@ RUN dnf update -y && \
python3-docutils \
python3-flake8 \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-img \
diff --git a/ci/containers/libvirt-fedora-32.Dockerfile
b/ci/containers/libvirt-fedora-32.Dockerfile
index bbd7ff87a4..bb36df49bb 100644
--- a/ci/containers/libvirt-fedora-32.Dockerfile
+++ b/ci/containers/libvirt-fedora-32.Dockerfile
@@ -76,6 +76,7 @@ RUN dnf update -y && \
python3-docutils \
python3-flake8 \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-img \
diff --git a/ci/containers/libvirt-fedora-rawhide-cross-mingw32.Dockerfile
b/ci/containers/libvirt-fedora-rawhide-cross-mingw32.Dockerfile
index cf70e5939b..298df86341 100644
--- a/ci/containers/libvirt-fedora-rawhide-cross-mingw32.Dockerfile
+++ b/ci/containers/libvirt-fedora-rawhide-cross-mingw32.Dockerfile
@@ -46,6 +46,7 @@ RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
python3-docutils \
python3-flake8 \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-img \
diff --git a/ci/containers/libvirt-fedora-rawhide-cross-mingw64.Dockerfile
b/ci/containers/libvirt-fedora-rawhide-cross-mingw64.Dockerfile
index 92a5b991c9..f48cf71653 100644
--- a/ci/containers/libvirt-fedora-rawhide-cross-mingw64.Dockerfile
+++ b/ci/containers/libvirt-fedora-rawhide-cross-mingw64.Dockerfile
@@ -46,6 +46,7 @@ RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
python3-docutils \
python3-flake8 \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-img \
diff --git a/ci/containers/libvirt-fedora-rawhide.Dockerfile
b/ci/containers/libvirt-fedora-rawhide.Dockerfile
index d362662f35..04f2740000 100644
--- a/ci/containers/libvirt-fedora-rawhide.Dockerfile
+++ b/ci/containers/libvirt-fedora-rawhide.Dockerfile
@@ -77,6 +77,7 @@ RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
python3-docutils \
python3-flake8 \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-img \
diff --git a/ci/containers/libvirt-opensuse-151.Dockerfile
b/ci/containers/libvirt-opensuse-151.Dockerfile
index 7332b1f9fb..d99e6e9453 100644
--- a/ci/containers/libvirt-opensuse-151.Dockerfile
+++ b/ci/containers/libvirt-opensuse-151.Dockerfile
@@ -76,6 +76,7 @@ RUN zypper update -y && \
python3-docutils \
python3-flake8 \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-tools \
diff --git a/ci/containers/libvirt-ubuntu-1804.Dockerfile
b/ci/containers/libvirt-ubuntu-1804.Dockerfile
index 83ac7ea6ad..003c2b4e78 100644
--- a/ci/containers/libvirt-ubuntu-1804.Dockerfile
+++ b/ci/containers/libvirt-ubuntu-1804.Dockerfile
@@ -83,6 +83,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
diff --git a/ci/containers/libvirt-ubuntu-2004.Dockerfile
b/ci/containers/libvirt-ubuntu-2004.Dockerfile
index 09b213c8ba..0203eecceb 100644
--- a/ci/containers/libvirt-ubuntu-2004.Dockerfile
+++ b/ci/containers/libvirt-ubuntu-2004.Dockerfile
@@ -83,6 +83,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-docutils \
python3-pip \
+ python3-pygments \
python3-setuptools \
python3-wheel \
qemu-utils \
--
2.26.2