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

This commit is contained in:
Corey Bryant 2014-12-17 16:13:45 +00:00
commit 576746ca01
1 changed files with 1 additions and 0 deletions

View File

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