Merge pull request #4613 from OpenELEC/pillow-fixes-master

Pillow: depends on package 'tiff'
This commit is contained in:
Stephan Raue 2016-01-13 10:14:29 +01:00
commit a16aec0a9f

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="http://www.pythonware.com/products/pil/"
PKG_URL="https://pypi.python.org/packages/source/P/Pillow/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain Python distutilscross:host zlib freetype libjpeg-turbo"
PKG_DEPENDS_TARGET="toolchain Python distutilscross:host zlib freetype libjpeg-turbo tiff"
PKG_PRIORITY="optional"
PKG_SECTION="python"
PKG_SHORTDESC="pil: Imaging handling/processing for Python"