[beisner,r=corey.bryant] Add python-six to install packages.
This commit is contained in:
commit
4d99cea15f
@ -61,6 +61,7 @@ def install():
|
|||||||
src = 'cloud:precise-folsom'
|
src = 'cloud:precise-folsom'
|
||||||
configure_installation_source(src)
|
configure_installation_source(src)
|
||||||
apt_update(fatal=True)
|
apt_update(fatal=True)
|
||||||
|
apt_install('python-six', fatal=True) # Force upgrade
|
||||||
if valid_plugin():
|
if valid_plugin():
|
||||||
apt_install(filter_installed_packages(get_early_packages()),
|
apt_install(filter_installed_packages(get_early_packages()),
|
||||||
fatal=True)
|
fatal=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user