python-Pillow: depends on python-tkinter

Since we're going to drop python-PyQt5
This commit is contained in:
Đoàn Trần Công Danh 2020-09-28 20:03:47 +07:00
parent 0c9050f0ec
commit afee4c781b
3 changed files with 2 additions and 6 deletions

View file

@ -1,2 +0,0 @@
To use the Tk image interface install python-tkinter.
To use the Qt image interface install python-PyQt5.

View file

@ -1,2 +0,0 @@
To use the Tk image interface install python3-tkinter.
To use the Qt image interface install python3-PyQt5.

View file

@ -1,13 +1,13 @@
# Template file for 'python-Pillow'
pkgname=python-Pillow
version=6.2.2
revision=2
revision=3
wrksrc="Pillow-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
makedepends="python-devel libjpeg-turbo-devel libopenjpeg2-devel
tiff-devel freetype-devel lcms2-devel libwebp-devel libimagequant-devel"
depends="python"
depends="python python-tkinter"
short_desc="Python Imaging Library (PIL) fork for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="custom:PIL"