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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3454>
This commit is contained in:
Florian Müllner 2024-08-28 15:30:50 +02:00 committed by Marge Bot
parent 40fd7c01ec
commit ef0341edac

View File

@ -29,3 +29,5 @@ sudo meson install -C mutter/build
# Ensure that any other dependency missing in GNOME OS is installed and bundled # Ensure that any other dependency missing in GNOME OS is installed and bundled
# here as it was done with mutter: # here as it was done with mutter:
pip install --root-user-action ignore docutils