Add graphviz package to general list for building docs

A few projects are now gating on docs not having warnings/errors in them
during the docs build with sphinx, so developers are going to want to be
able to run 'tox -e docs' locally and fix issues.

The graphviz package is used by sphinx when building docs but you have
to get it from the distro, so this change adds the package to the
various distro lists.

Closes-Bug: #1359749

Change-Id: I7b7dee5e5d0dce6d5020b3e711f500118be163f8
This commit is contained in:
Matt Riedemann 2014-08-20 18:09:44 -07:00
parent 89a263bc41
commit 18d5db8452
3 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ wget
psmisc
gcc
git
graphviz # testonly - docs
lsof # useful when debugging
openssh-server
openssl

View File

@ -5,6 +5,7 @@ curl
euca2ools
gcc
git-core
graphviz # testonly - docs
iputils
libopenssl-devel # to rebuild pyOpenSSL if needed
lsof # useful when debugging

View File

@ -4,6 +4,7 @@ dbus
euca2ools # only for testing client
gcc
git-core
graphviz # testonly - docs
openssh-server
openssl
openssl-devel # to rebuild pyOpenSSL if needed