[arch-commits] Commit in python2-pillow/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Fri Sep 25 06:57:47 UTC 2020


    Date: Friday, September 25, 2020 @ 06:57:47
  Author: eschwartz
Revision: 711984

upgpkg: python2-pillow 6.2.1-3: drop python2-pyqt5 optdep

it does not need to be advertised as nothing uses it anymore, the testsuite
gracefully skips it, and we want to drop python2-pyqt5

Modified:
  python2-pillow/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-25 06:38:46 UTC (rev 711983)
+++ PKGBUILD	2020-09-25 06:57:47 UTC (rev 711984)
@@ -5,7 +5,7 @@
 _pkgname=Pillow
 pkgname=python2-pillow
 pkgver=6.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Python Imaging Library (PIL) fork."
 arch=('x86_64')
 url="https://python-pillow.github.io/"
@@ -17,9 +17,8 @@
             'libraqm: for complex text scripts'
             'libwebp: for webp images'
             'tk: for the ImageTK module'
-            'python2-olefile: OLE2 file support'
-            'python2-pyqt5: for the ImageQt module')
-checkdepends=('python2-pytest' 'xorg-server-xvfb' 'python2-olefile' 'python2-pyqt5'
+            'python2-olefile: OLE2 file support')
+checkdepends=('python2-pytest' 'xorg-server-xvfb' 'python2-olefile'
               'python2-cffi' 'python2-numpy' 'ghostscript')
 provides=('python2-imaging' 'python2-pillow6')
 conflicts=('python2-imaging' 'python2-pillow6')



More information about the arch-commits mailing list