diff python/install_config.py @ 132:40b670219789

* add lxml to deps; * remove unintentionally added binary
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 22 Mar 2011 21:22:07 -0700
parents 52cf3e146a4c
children e12176a453e4
line wrap: on
line diff
--- a/python/install_config.py	Tue Mar 22 17:47:42 2011 -0700
+++ b/python/install_config.py	Tue Mar 22 21:22:07 2011 -0700
@@ -66,6 +66,6 @@
 
 
 # - ubuntu packages to install:
-PACKAGES="unison fluxbox antiword xclip graphviz python-dev"
+PACKAGES="unison fluxbox antiword xclip graphviz python-dev python-lxml"
 print "Ensure the following packages are installed:"
 print "sudo apt-get install $PACKAGES"