[arch-commits] Commit in pyside2/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Oct 30 06:57:45 UTC 2019
Date: Wednesday, October 30, 2019 @ 06:57:44
Author: arojas
Revision: 366084
qt5-declarative is a hard dependency (FS#64323)
Modified:
pyside2/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-29 22:16:26 UTC (rev 366083)
+++ PKGBUILD 2019-10-30 06:57:44 UTC (rev 366084)
@@ -9,7 +9,7 @@
url='https://www.qt.io'
license=(LGPL)
pkgdesc='Enables the use of Qt5 APIs in Python applications'
-depends=(python-shiboken2 qt5-base)
+depends=(python-shiboken2 qt5-declarative)
makedepends=(shiboken2 cmake
qt5-multimedia qt5-tools qt5-sensors qt5-charts qt5-webengine qt5-datavis3d
qt5-websockets qt5-speech qt5-3d qt5-svg qt5-script qt5-scxml qt5-x11extras qt5-remoteobjects)
More information about the arch-commits
mailing list