From 991c256b3bf69718fa4e90702cdab5d7617c0f31 Mon Sep 17 00:00:00 2001 From: Nguyen Van Trung Date: Thu, 23 Nov 2017 07:35:21 +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: I36709941ef41e75d5da8594a9b2cb56d40c4838f --- bindep.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 0420ff12..7ed0c58b 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,6 +2,8 @@ # install and tests; # see https://docs.openstack.org/infra/bindep/ for additional information. -gettext [!platform:suse] +# gettext and graphviz are needed by doc builds only. For transition, +# have them in both doc and test. +gettext [!platform:suse doc test] gettext-runtime [platform:suse] -graphviz [test] +graphviz [doc test]