python-Pillow: depends on python-tkinter
Since we're going to drop python-PyQt5
This commit is contained in:
parent
0c9050f0ec
commit
afee4c781b
3 changed files with 2 additions and 6 deletions
|
@ -1,2 +0,0 @@
|
|||
To use the Tk image interface install python-tkinter.
|
||||
To use the Qt image interface install python-PyQt5.
|
|
@ -1,2 +0,0 @@
|
|||
To use the Tk image interface install python3-tkinter.
|
||||
To use the Qt image interface install python3-PyQt5.
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue