From afee4c781b2c9bd95b2d0187b5002b26bf5825c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 28 Sep 2020 20:03:47 +0700 Subject: [PATCH] python-Pillow: depends on python-tkinter Since we're going to drop python-PyQt5 --- srcpkgs/python-Pillow/INSTALL.msg | 2 -- srcpkgs/python-Pillow/python3-Pillow.INSTALL.msg | 2 -- srcpkgs/python-Pillow/template | 4 ++-- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 srcpkgs/python-Pillow/INSTALL.msg delete mode 100644 srcpkgs/python-Pillow/python3-Pillow.INSTALL.msg diff --git a/srcpkgs/python-Pillow/INSTALL.msg b/srcpkgs/python-Pillow/INSTALL.msg deleted file mode 100644 index 256e374e98e..00000000000 --- a/srcpkgs/python-Pillow/INSTALL.msg +++ /dev/null @@ -1,2 +0,0 @@ -To use the Tk image interface install python-tkinter. -To use the Qt image interface install python-PyQt5. diff --git a/srcpkgs/python-Pillow/python3-Pillow.INSTALL.msg b/srcpkgs/python-Pillow/python3-Pillow.INSTALL.msg deleted file mode 100644 index 8ce8ed66afd..00000000000 --- a/srcpkgs/python-Pillow/python3-Pillow.INSTALL.msg +++ /dev/null @@ -1,2 +0,0 @@ -To use the Tk image interface install python3-tkinter. -To use the Qt image interface install python3-PyQt5. diff --git a/srcpkgs/python-Pillow/template b/srcpkgs/python-Pillow/template index 1e36fc16e19..072f37b611b 100644 --- a/srcpkgs/python-Pillow/template +++ b/srcpkgs/python-Pillow/template @@ -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 " license="custom:PIL"