800d3ee0de
* Update runtime requirements. * Add hash for license file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
config BR2_PACKAGE_PYTHON_HTML5LIB
|
|
bool "python-html5lib"
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
select BR2_PACKAGE_PYTHON_WEBENCODINGS # runtime
|
|
help
|
|
HTML parser based on the WHATWG HTML specification.
|
|
|
|
https://github.com/html5lib/html5lib-python
|