Merge "Install pillow instead of PIL"

This commit is contained in:
Jenkins 2015-06-05 18:48:55 +00:00 committed by Gerrit Code Review
commit eeb97df8fd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def after_install(options, home_dir):
easy_install('SQLAlchemy==0.6', home_dir)
easy_install('simplejson', home_dir)
easy_install('Babel', home_dir)
easy_install('PIL', home_dir)
easy_install('pillow', home_dir)
def easy_install(package, home_dir, optional_args=None):