@@ -62,7 +62,7 @@ UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >-
UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >-
git
- inkscape
+ librsvg2-bin
make
python3-saneyaml
python3-sphinx-rtd-theme
@@ -120,7 +120,7 @@ FEDORA_HOST_PACKAGES_ESSENTIAL: >-
FEDORA_HOST_PACKAGES_DOC: >-
git
make
- inkscape
+ librsvg2-tools
texlive-latex-extra
sphinx
python3-saneyaml
@@ -165,7 +165,7 @@ OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython
OPENSUSE_HOST_PACKAGES_DOC: >-
git
- inkscape
+ rsvg-convert
make
python3-pip
texlive-fncychap
@@ -219,7 +219,7 @@ ALMALINUX_HOST_PACKAGES_ESSENTIAL_CMDS: |-
ALMALINUX_HOST_PACKAGES_DOC: >-
git
- inkscape
+ librsvg2-tools
make
python3-pip
texlive-fncychap
inkscape used to be a requirement to convert SVG images to PNGs/PDFs, but we replaced it recently by rsvg-convert. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/poky.yaml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)