From b359a6f65760cc8c812fd2fcb0a7d7220cb80219 Mon Sep 17 00:00:00 2001 From: Nguyen Van Trung Date: Wed, 22 Nov 2017 13:40:23 +0700 Subject: [PATCH] Update bindep.txt for doc builds https://governance.openstack.org/tc/reference/project-testing-interface.html#documentation specifies that doc dependencies need the doc tag in bindep, use it. Leave test environment in for transition period until we use the new scripts. Change-Id: I0a18fe9c50d88903db6e39a00c75a31d567c1fb8 --- bindep.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 81b154d3..694a06e5 100644 --- a/bindep.txt +++ b/bindep.txt @@ -3,8 +3,10 @@ build-essential [platform:dpkg] gawk -gettext -graphviz +# gettext and graphviz are needed by doc builds only. For transition, +# have them in both doc and test. +gettext [doc test] +graphviz [doc test] language-pack-en [platform:ubuntu] libevent-dev [platform:dpkg] libevent-devel [platform:rpm]