@@ -63,6 +63,7 @@ UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >-
UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >-
git
librsvg2-bin
+ locales
make
python3-saneyaml
python3-sphinx-rtd-theme
@@ -128,12 +129,12 @@ FEDORA_HOST_PACKAGES_ESSENTIAL: >-
FEDORA_HOST_PACKAGES_DOC: >-
git
+ glibc-locale-source
librsvg2-tools
make
python3-pip
python3-saneyaml
python3-sphinx-rtd-theme
- sphinx
texlive-fncychap
texlive-latex-extra
which
@@ -185,6 +186,7 @@ OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython
OPENSUSE_HOST_PACKAGES_DOC: >-
git
+ glibc-i18ndata
make
python3-pip
rsvg-convert
@@ -244,6 +246,7 @@ ALMALINUX_HOST_PACKAGES_ESSENTIAL: >-
ALMALINUX_HOST_PACKAGES_DOC: >-
git
+ glibc-locale-source
librsvg2-tools
make
python3-pip
This is a requirement for building the documentation, otherwise we get (on Ubuntu 24.04): File "/usr/lib/python3.12/locale.py", line 615, in setlocale return _setlocale(category, locale) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ locale.Error: unsupported locale setting Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/poky.yaml.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)