888dcd4372
We should be treating warnings from Sphinx as errors as they usually result in bad HTML output. Now that we have all of the existing warnings resolved we want to turn on this option so that more bad docstrings, etc. do not get merged. One last bad docstring appears to have snuck in. This patch also fixes that docstring problem in cinder/volume/qos_specs.py . We have a requirement on graphviz that was never handled and is actually causing one of our web pages to be improperly rendered. The patch adds the dependency to bindep.txt so that we do not see a check failure and so the documentation builds properly. Change-Id: I66a9282b63d884a390534b0c777be8433a7e9bb3
28 lines
997 B
Plaintext
28 lines
997 B
Plaintext
# This is a cross-platform list tracking distribution packages needed for install and tests; # see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg test]
|
|
gcc [platform:rpm test]
|
|
gettext [!platform:suse]
|
|
gettext-runtime [platform:suse]
|
|
graphviz [test]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:redhat]
|
|
libffi48-devel [platform:suse]
|
|
virtual/libffi [platform:gentoo]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm !platform:suse]
|
|
libopenssl-devel [platform:suse !platform:rpm]
|
|
locales [platform:debian]
|
|
mariadb [platform:rpm]
|
|
mariadb-server [platform:redhat]
|
|
mariadb-devel [platform:redhat]
|
|
libmysqlclient-dev [platform:dpkg]
|
|
libmysqlclient-devel [platform:suse]
|
|
mysql-client [platform:dpkg]
|
|
mysql-server [platform:dpkg]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-devel [platform:rpm]
|
|
postgresql-server [platform:rpm]
|
|
thin-provisioning-tools [platform:debian]
|