From 9ae92e3f9841bd76a8327309580c19280f3d52b8 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 18 Sep 2019 17:25:49 -0400 Subject: [PATCH] Add librsvg2* to bindep I3aaea1d15a357f550f529beaa84fb1a1a7748358 added the docs build requirement on sphinxcontrib-svg2pdfconverter which needs the native rsvg-convert command. This change adds the native package that provides that command to bindep.txt. Change-Id: I064a1f33902405c3db699a46feeb93397fc3b038 Closes-Bug: #1844583 --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindep.txt b/bindep.txt index 87923e615b83..aac96572fccb 100644 --- a/bindep.txt +++ b/bindep.txt @@ -8,6 +8,9 @@ gcc [platform:rpm test] # TODO(jaegerandi): Remove test once infra scripts are updated. gettext [doc test] graphviz [doc test] +# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds. +librsvg2-tools [doc platform:rpm] +librsvg2-bin [doc platform:dpkg] language-pack-en [platform:ubuntu] libffi-dev [platform:dpkg test] libffi-devel [platform:rpm test]