Explicitly install python-six to get cloud archive version installed

This commit is contained in:
Liam Young 2015-02-16 18:05:37 +00:00
parent ecb9db4af3
commit 5f7fc1b01e
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ BASE_PACKAGES = [
'python-keystoneclient',
'python-mysqldb',
'python-psycopg2',
'python-six',
'uuid',
]