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

Antonio Rojas arojas at archlinux.org
Wed Jan 31 20:07:12 UTC 2018


    Date: Wednesday, January 31, 2018 @ 20:07:11
  Author: arojas
Revision: 315705

Add python2-enum34 dependency to prevent crashes in QtNetworkAuth module

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 20:04:06 UTC (rev 315704)
+++ PKGBUILD	2018-01-31 20:07:11 UTC (rev 315705)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.10
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
 license=('GPL')
@@ -97,7 +97,7 @@
 
 package_python2-pyqt5(){
   pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  depends=('python2-sip' 'pyqt5-common')
+  depends=('python2-sip' 'pyqt5-common' 'python2-enum34')
   optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
               'python-dbus: for python-dbus mainloop support'
               'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'



More information about the arch-commits mailing list