Date: Monday, September 20, 2021 @ 18:28:49 Author: dvzrv Revision: 1019672
upgpkg: qtile 0.18.1-2: Rebuild to add missing dependency. Add python-setuptools, as it is required due to the use of pkg_resources: https://github.com/qtile/qtile/issues/2809 Modified: qtile/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-20 17:57:44 UTC (rev 1019671) +++ PKGBUILD 2021-09-20 18:28:49 UTC (rev 1019672) @@ -2,11 +2,13 @@ pkgname=qtile pkgver=0.18.1 -pkgrel=1 +pkgrel=2 pkgdesc="A full-featured, pure-Python tiling window manager" arch=('x86_64') url="http://www.qtile.org" license=('MIT') +# remove python-setuptools once upstream does not require it for version anymore: +# https://github.com/qtile/qtile/issues/2809 depends=( 'gdk-pixbuf2' 'glibc' @@ -17,6 +19,7 @@ 'python-cffi' 'python-xcffib' 'python-gobject' + 'python-setuptools' ) makedepends=( 'git'
