Skip to content

Commit c60e02d

Browse files
committed
Removed python3cyrystax optional dependency from pil recipe
PIL doesn't work with python3. pillow will, when a recipe is added for that.
1 parent 14e442b commit c60e02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class PILRecipe(CompiledComponentsPythonRecipe):
77
name = 'pil'
88
version = '1.1.7'
99
url = 'http://effbot.org/downloads/Imaging-{version}.tar.gz'
10-
depends = [('python2', 'python3crystax'), 'png', 'jpeg']
10+
depends = ['python2', 'png', 'jpeg']
1111
site_packages_name = 'PIL'
1212

1313
patches = ['disable-tk.patch',

0 commit comments

Comments
 (0)