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

Alexander Rødseth arodseth at archlinux.org
Mon Aug 13 23:15:28 UTC 2018


    Date: Monday, August 13, 2018 @ 23:15:27
  Author: arodseth
Revision: 371341

Preparing for Python 3.7 fix

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-13 23:08:33 UTC (rev 371340)
+++ PKGBUILD	2018-08-13 23:15:27 UTC (rev 371341)
@@ -10,8 +10,9 @@
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-depends=('gst-plugins-base' 'gtksourceview3' 'python-cairo' 'python-gobject'
-         'python-ptyprocess' 'python-psutil' 'python-sqlalchemy')
+# does not work with python 3.7, until fixed by upstream
+depends=('python<3.7' gst-plugins-base gtksourceview3 python-cairo python-gobject
+         python-ptyprocess python-psutil python-sqlalchemy)
 source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('dff0808a20e5120ff1f293452d6f7b1e9898920ae0a4498a97c3dcea0c5b1b60')
 



More information about the arch-commits mailing list