libraries/html5lib: add six as missing dependency
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
38a6963671
commit
7012d49762
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/html5lib/html5lib-python/archive/0.9999999/html5lib
|
||||||
MD5SUM="2ca78b1ec5852779bc121a97da6e8d4d"
|
MD5SUM="2ca78b1ec5852779bc121a97da6e8d4d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES="six"
|
||||||
MAINTAINER="Larry Hajali"
|
MAINTAINER="Larry Hajali"
|
||||||
EMAIL="larryhaja[at]gmail[dot]com"
|
EMAIL="larryhaja[at]gmail[dot]com"
|
||||||
|
|
Loading…
Reference in New Issue