Fix/pillow (#500)

* 🔨 Fix pillow recipe

* Add missing commit

Co-authored-by: richard <richard@dotmodus>
This commit is contained in:
Richard Larkin 2020-05-18 07:39:58 +02:00 committed by GitHub
parent d63d43cf98
commit da8998892b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ class PillowRecipe(Recipe):
url = "https://pypi.python.org/packages/source/P/Pillow/Pillow-{version}.tar.gz"
library = "libpillow.a"
depends = ["hostpython3", "host_setuptools3", "freetype", "libjpeg", "python3", "ios"]
python_depends = ["setuptools"]
pbx_libraries = ["libz", "libbz2"]
include_per_arch = True