changeset 64:84a37735cd88

add graphviz to list of desired packages
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 08 Apr 2010 20:02:39 -0700
parents e6a440e2f595
children f47614ab462b
files python/install_config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/install_config.py	Thu Apr 08 19:59:20 2010 -0700
+++ b/python/install_config.py	Thu Apr 08 20:02:39 2010 -0700
@@ -60,6 +60,6 @@
 
 
 # - ubuntu packages to install:
-PACKAGES="unison fluxbox antiword xclip"
+PACKAGES="unison fluxbox antiword xclip graphviz"
 print "Ensure the following packages are installed:"
 print "sudo apt-get install $PACKAGES"