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

Jelle van der Waa jelle at archlinux.org
Thu Dec 28 13:31:26 UTC 2017


    Date: Thursday, December 28, 2017 @ 13:31:26
  Author: jelle
Revision: 276412

Add setuptools to makedepends

Modified:
  python-html5lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-28 13:11:28 UTC (rev 276411)
+++ PKGBUILD	2017-12-28 13:31:26 UTC (rev 276412)
@@ -8,8 +8,10 @@
 arch=('any')
 url="https://github.com/html5lib"
 license=('MIT')
-makedepends=('python2' 'python' 'unzip' 'python-webencodings' 'python2-webencodings')
-checkdepends=('python-six' 'python2-six' 'python2-pytest' 'python-pytest' 'python-lxml' 'python2-lxml' 'python-mock' 'python2-mock') 
+makedepends=('python2' 'python' 'unzip' 'python-webencodings' 'python2-webencodings'
+             'python2-setuptools' 'python-setuptools')
+checkdepends=('python-six' 'python2-six' 'python2-pytest' 'python-pytest'
+              'python-lxml' 'python2-lxml' 'python-mock' 'python2-mock') 
 source=($pkgbase-$pkgver.tar.gz::https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz
     LICENSE)
 md5sums=('ef1146d400657a17d396fb21da5b24b8'
@@ -35,8 +37,4 @@
 
 check() {
     cd ${srcdir}/html5lib-python-${pkgver}/html5lib/tests
-
-#    nosetests2 
-  
-#    nosetests
 }



More information about the arch-commits mailing list