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

Felix Yan felixonmars at archlinux.org
Tue Nov 6 20:31:55 UTC 2018


    Date: Tuesday, November 6, 2018 @ 20:31:54
  Author: felixonmars
Revision: 402116

fix makedepends on setuptools (FS#60721)

Modified:
  python-texttable/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-06 20:31:23 UTC (rev 402115)
+++ PKGBUILD	2018-11-06 20:31:54 UTC (rev 402116)
@@ -12,7 +12,7 @@
 arch=('any')
 url="https://pypi.python.org/pypi/texttable/"
 license=('LGPL')
-makedepends=('python-cjkwrap' 'python2-cjkwrap')
+makedepends=('python-cjkwrap' 'python2-cjkwrap' 'python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/foutaise/texttable/archive/v$pkgver.tar.gz")
 sha512sums=('f4727947a302c8e1bf09ba08d73f79f083304b42f86f2f181a98f44602961e0b280aedd4e38660630671eac17e6eb92403b89c1ae6ea3cdd3cf861c122b904a3')



More information about the arch-commits mailing list