From 6a48eba4a7cbc9d82740ea579e6f7188ab2e8f2c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Nov 2017 21:02:52 +0100 Subject: 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: Ia1d5e5ac8d3da58f1fe1db68763f7431e1506b13 --- bindep.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bindep.txt') diff --git a/bindep.txt b/bindep.txt index a1cac7df7..4af210b1b 100644 --- a/bindep.txt +++ b/bindep.txt @@ -60,10 +60,13 @@ dev-db/mariadb [platform:gentoo] mysql-client [platform:dpkg] mysql-server [platform:dpkg] # libmysqlclient-dev [platform:dpkg] +# gettext and graphviz are needed by doc builds only. For transition, +# have them in both doc and test. +# TODO(jaegerandi): Remove test once infra scripts are updated. # this is needed for compiling translations -gettext [test] +gettext [test doc] # this is needed to build the FSM diagram -graphviz [!platform:gentoo test] +graphviz [!platform:gentoo test doc] # these are needed to build a deploy ramdisk -- cgit v1.2.1