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:
parent
ab5dfc096e
commit
da6470d32f
@ -4,9 +4,12 @@
|
|||||||
|
|
||||||
build-essential [platform:dpkg test]
|
build-essential [platform:dpkg test]
|
||||||
gcc [platform:rpm test]
|
gcc [platform:rpm test]
|
||||||
gettext [!platform:suse]
|
# gettext and graphviz are needed by doc builds only. For transition,
|
||||||
gettext-runtime [platform:suse]
|
# have them in both doc and test.
|
||||||
graphviz [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-dev [platform:dpkg]
|
||||||
libffi-devel [platform:redhat]
|
libffi-devel [platform:redhat]
|
||||||
libffi48-devel [platform:suse]
|
libffi48-devel [platform:suse]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user