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: I851a06fbc07a84f70ee76e78062777ad2bade764
This commit is contained in:
parent
ae1af6220f
commit
31ff97b8af
@ -3,8 +3,11 @@
|
||||
|
||||
build-essential [platform:dpkg test]
|
||||
gcc [platform:rpm test]
|
||||
gettext [test]
|
||||
graphviz [test]
|
||||
# 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.
|
||||
gettext [doc test]
|
||||
graphviz [doc test]
|
||||
language-pack-en [platform:ubuntu]
|
||||
libffi-dev [platform:dpkg test]
|
||||
libffi-devel [platform:rpm test]
|
||||
|
Loading…
Reference in New Issue
Block a user