summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2017-11-21 09:30:29 +0100
committerAndreas Jaeger <aj@suse.com>2017-11-21 21:01:09 +0100
commit338ed6f9559d48ae808638661705ddfa5a222f66 (patch)
tree8663a01e23a3d8456b3ce47b8b84ab5865b8b280 /bindep.txt
parent497da9f90fcd3f8c33d0660ccd53d88a7fbdd9f7 (diff)
downloadnova-338ed6f9559d48ae808638661705ddfa5a222f66.tar.gz
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
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/bindep.txt b/bindep.txt
index 524b30732e..49c6c732e0 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -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]