[arch-commits] Commit in pyqt5/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Feb 16 19:16:56 UTC 2017
Date: Thursday, February 16, 2017 @ 19:16:55
Author: arojas
Revision: 289071
Duplicate
Modified:
pyqt5/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-16 18:23:48 UTC (rev 289070)
+++ PKGBUILD 2017-02-16 19:16:55 UTC (rev 289071)
@@ -71,7 +71,7 @@
package_python-pyqt5(){
pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
- depends=('python-sip' 'pyqt5-common' 'python' 'python')
+ depends=('python-sip' 'pyqt5-common')
optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
'python-dbus: for python-dbus mainloop support'
'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
@@ -92,7 +92,7 @@
package_python2-pyqt5(){
pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
- depends=('python2-sip' 'pyqt5-common' 'python2')
+ depends=('python2-sip' 'pyqt5-common')
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