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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 2 17:19:34 UTC 2021


    Date: Thursday, September 2, 2021 @ 17:19:33
  Author: arojas
Revision: 1010605

Add importlib_resources dependency

Modified:
  python-pyface/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-02 17:14:51 UTC (rev 1010604)
+++ PKGBUILD	2021-09-02 17:19:33 UTC (rev 1010605)
@@ -5,15 +5,15 @@
 
 pkgname=python-pyface
 pkgver=7.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Traits-capable windowing framework"
 arch=('any')
 url="https://github.com/enthought/pyface"
 license=('BSD')
-depends=('python-traits')
+depends=('python-traits' 'python-importlib_resources')
 makedepends=('python-setuptools')
 optdepends=('python-pyqt5: for Qt backend (or pyside2)'
-            'python-pyqtwebengine: for Qt backend'
+            'python-pyqt5-webengine: for Qt backend'
             'pyside2: for Qt backend (or python-pyqt5)'
             'python-pygments: for syntax coloring in Qt backend'
             'python-setuptools: to locate resources inside zip and egg files'



More information about the arch-commits mailing list