[beisner,r=corey.bryant] Add python-six to install packages.

This commit is contained in:
Corey Bryant 2014-12-17 18:12:45 +00:00
commit 4d99cea15f

View File

@ -61,6 +61,7 @@ def install():
src = 'cloud:precise-folsom'
configure_installation_source(src)
apt_update(fatal=True)
apt_install('python-six', fatal=True) # Force upgrade
if valid_plugin():
apt_install(filter_installed_packages(get_early_packages()),
fatal=True)