author | Jelle van der Waa
<jelle@archlinux.org> 2017-12-28 13:31:26 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2017-12-28 13:31:26 UTC |
parent | 6a36ce70e875414d63639883a1ea4139aeace859 |
PKGBUILD | +4 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 9154734..de8d10e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,8 +8,10 @@ pkgrel=1 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 @@ pkgdesc="A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec" check() { cd ${srcdir}/html5lib-python-${pkgver}/html5lib/tests - -# nosetests2 - -# nosetests }