From a016b3f4ead43f0079bdd96426bfe7803bcd1e3c Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 19 May 2025 16:22:43 +0100 Subject: [PATCH] add missing bindeps for docs This add two more bindep targets to encode the doc and pdf-docs deps. Change-Id: Ide54be172c485025e567ede39c238b39b01c89e0 --- bindep.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bindep.txt b/bindep.txt index 21ee1d88c..4982ede91 100644 --- a/bindep.txt +++ b/bindep.txt @@ -12,3 +12,12 @@ python3-all-dev [platform:dpkg test] python3 [platform:rpm test] python3-devel [platform:rpm test] sqlite-devel [platform:rpm test] +# gettext and graphviz are needed by doc builds only. +gettext [doc] +graphviz [doc] +# fonts-freefont-otf is needed for pdf docs builds with the 'xelatex' engine +fonts-freefont-otf [pdf-docs] +texlive [pdf-docs] +texlive-latex-recommended [pdf-docs] +texlive-xetex [pdf-docs] +latexmk [pdf-docs]