comparison python/install_config.py @ 593:dbdc68d85986

STUB: python/install_config.py
author Jeff Hammel <k0scist@gmail.com>
date Sat, 25 Jan 2014 17:42:52 -0800
parents 33b313fa1eb0
children 98ccb704e241
comparison
equal deleted inserted replaced
592:33b313fa1eb0 593:dbdc68d85986
122 122
123 class DebianPackages(Step): 123 class DebianPackages(Step):
124 """ubuntu packages to install""" 124 """ubuntu packages to install"""
125 # TODO: actually install packages 125 # TODO: actually install packages
126 126
127 PACKAGES=["mercurial", 127 PACKAGES=["antiword",
128 "fluxbox",
129 "mercurial",
130 "libxml2"
131 "libxml2-dev",
132 "libxslt1-dev",
128 "unison", 133 "unison",
129 "fluxbox",
130 "antiword",
131 "xclip", 134 "xclip",
132 "graphviz", 135 "graphviz",
133 "python-dev", 136 "python-dev",
134 "python-lxml", 137 "python-lxml",
135 "curl", 138 "curl",