From ef0341edacda2d915c14973afdeae77c647cb8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 28 Aug 2024 15:30:50 +0200 Subject: [PATCH] ci: Include docutils in sysext image We need rst2man to switch from asciidoc to reStructuredText for man pages. Pull it in ourselves until the change lands and gnome-build-meta is updated. Part-of: --- .gitlab-ci/install-gnomeos-sysext-dependencies.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/install-gnomeos-sysext-dependencies.sh b/.gitlab-ci/install-gnomeos-sysext-dependencies.sh index 66858004c..171db61b5 100755 --- a/.gitlab-ci/install-gnomeos-sysext-dependencies.sh +++ b/.gitlab-ci/install-gnomeos-sysext-dependencies.sh @@ -29,3 +29,5 @@ sudo meson install -C mutter/build # Ensure that any other dependency missing in GNOME OS is installed and bundled # here as it was done with mutter: + +pip install --root-user-action ignore docutils