git » python-html5lib.git » commit 6cea559

add python-six

author Jelle van der Waa
2014-12-28 19:17:54 UTC
committer Jelle van der Waa
2014-12-28 19:17:54 UTC
parent 190b34ce0371bba138c67f19f003d471fceeed4b

add python-six

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 8dc3864..99cdf00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgbase=python-html5lib
 pkgname=('python2-html5lib' 'python-html5lib')
 pkgver=0.999
-pkgrel=4
+pkgrel=5
 arch=('any')
 url="https://github.com/html5lib"
 license=('MIT')
@@ -20,7 +20,7 @@ build() {
 
 package_python-html5lib() {
 pkgdesc="A Python HTML parser/tokenizer based on the WHATWG HTML5 spec"
-depends=('python')
+depends=('python' 'python-six')
     cd ${srcdir}/html5lib-python-${pkgver}
 
     python3 setup.py install --root=${pkgdir}