Pillow: depends on package 'tiff'

This commit is contained in:
Stephan Raue 2016-01-12 11:59:09 +01:00
parent 9b4dce8e08
commit 647cd4c9bb

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="BSD" PKG_LICENSE="BSD"
PKG_SITE="http://www.pythonware.com/products/pil/" 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_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_PRIORITY="optional"
PKG_SECTION="python" PKG_SECTION="python"
PKG_SHORTDESC="pil: Imaging handling/processing for Python" PKG_SHORTDESC="pil: Imaging handling/processing for Python"