Skip to content

Commit

Permalink
[IMP] replace PIL dependency by pillow
Browse files Browse the repository at this point in the history
pillow is a better-maintained fork, and installing it from source
tends to succeed more easily than PIL's

bzr revid: xmo@openerp.com-20140114131032-rxwpmc0yrqp91x4v
  • Loading branch information
xmo-odoo committed Jan 14, 2014
1 parent e761b40 commit d97f9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def py2exe_options():
'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'mako',
'mock',
'PIL', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'pillow', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'psutil', # windows binary code.google.com/p/psutil/downloads/list
'psycopg2 >= 2.2',
'pydot',
Expand Down

0 comments on commit d97f9ef

Please sign in to comment.