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
This commit is contained in:
parent
d8083326cf
commit
6a48eba4a7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user