Mercurial > hg > config
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 131:52cf3e146a4c | 132:40b670219789 |
|---|---|
| 64 ] | 64 ] |
| 65 execute(*postinstall_commands) | 65 execute(*postinstall_commands) |
| 66 | 66 |
| 67 | 67 |
| 68 # - ubuntu packages to install: | 68 # - ubuntu packages to install: |
| 69 PACKAGES="unison fluxbox antiword xclip graphviz python-dev" | 69 PACKAGES="unison fluxbox antiword xclip graphviz python-dev python-lxml" |
| 70 print "Ensure the following packages are installed:" | 70 print "Ensure the following packages are installed:" |
| 71 print "sudo apt-get install $PACKAGES" | 71 print "sudo apt-get install $PACKAGES" |
