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:
parent
89a263bc41
commit
18d5db8452
@ -7,6 +7,7 @@ wget
|
|||||||
psmisc
|
psmisc
|
||||||
gcc
|
gcc
|
||||||
git
|
git
|
||||||
|
graphviz # testonly - docs
|
||||||
lsof # useful when debugging
|
lsof # useful when debugging
|
||||||
openssh-server
|
openssh-server
|
||||||
openssl
|
openssl
|
||||||
|
@ -5,6 +5,7 @@ curl
|
|||||||
euca2ools
|
euca2ools
|
||||||
gcc
|
gcc
|
||||||
git-core
|
git-core
|
||||||
|
graphviz # testonly - docs
|
||||||
iputils
|
iputils
|
||||||
libopenssl-devel # to rebuild pyOpenSSL if needed
|
libopenssl-devel # to rebuild pyOpenSSL if needed
|
||||||
lsof # useful when debugging
|
lsof # useful when debugging
|
||||||
|
@ -4,6 +4,7 @@ dbus
|
|||||||
euca2ools # only for testing client
|
euca2ools # only for testing client
|
||||||
gcc
|
gcc
|
||||||
git-core
|
git-core
|
||||||
|
graphviz # testonly - docs
|
||||||
openssh-server
|
openssh-server
|
||||||
openssl
|
openssl
|
||||||
openssl-devel # to rebuild pyOpenSSL if needed
|
openssl-devel # to rebuild pyOpenSSL if needed
|
||||||
|
Loading…
Reference in New Issue
Block a user