From 18d5db8452fb8fc5bfb55c4e9c7aa5f03cdbe829 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 20 Aug 2014 18:09:44 -0700 Subject: [PATCH] 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 --- files/apts/general | 1 + files/rpms-suse/general | 1 + files/rpms/general | 1 + 3 files changed, 3 insertions(+) diff --git a/files/apts/general b/files/apts/general index 739fc4776f..c308c466e3 100644 --- a/files/apts/general +++ b/files/apts/general @@ -7,6 +7,7 @@ wget psmisc gcc git +graphviz # testonly - docs lsof # useful when debugging openssh-server openssl diff --git a/files/rpms-suse/general b/files/rpms-suse/general index 82cb09d934..0a4746f185 100644 --- a/files/rpms-suse/general +++ b/files/rpms-suse/general @@ -5,6 +5,7 @@ curl euca2ools gcc git-core +graphviz # testonly - docs iputils libopenssl-devel # to rebuild pyOpenSSL if needed lsof # useful when debugging diff --git a/files/rpms/general b/files/rpms/general index 74997a832c..7a35961bc2 100644 --- a/files/rpms/general +++ b/files/rpms/general @@ -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