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: I50e4c66097aefdfea1e7589b2ae67e262ae6a6d3
This commit is contained in:
Andreas Jaeger 2017-11-21 21:06:13 +01:00
parent ab5dfc096e
commit da6470d32f
1 changed files with 6 additions and 3 deletions

View File

@ -4,9 +4,12 @@
build-essential [platform:dpkg test]
gcc [platform:rpm test]
gettext [!platform:suse]
gettext-runtime [platform:suse]
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 [!platform:suse doc test]
gettext-runtime [platform:suse doc test]
graphviz [doc test]
libffi-dev [platform:dpkg]
libffi-devel [platform:redhat]
libffi48-devel [platform:suse]