From 1bde10a642980bfa6eb19c3166260a081f8e151b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 17 Jul 2014 12:31:57 -0400 Subject: [PATCH] default to Pillow for Python Imaging, that's what most people use now PIL is the old standard Python Imaging. Pillow is a fork where development is actually continuing. It seems that all the distros are also switching from PIL to Pillow, including Debian, Ubuntu, Fedora, brew, MacPorts, etc. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4566f07..618448a9 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup(name='fdroidserver', install_requires=[ 'mwclient', 'paramiko', - 'PIL', + 'Pillow', 'python-magic', 'apache-libcloud >= 0.14.1', ], -- 2.30.2