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
This commit is contained in:
Nguyen Van Trung 2017-11-23 07:35:21 +07:00
parent db72905425
commit 991c256b3b
1 changed files with 4 additions and 2 deletions

View File

@ -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]