3e7eb3ce3d
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
284 B
Plaintext
10 lines
284 B
Plaintext
config BR2_PACKAGE_PYTHON_CSSSELECT2
|
|
bool "python-cssselect2"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_TINYCSS2 # runtime
|
|
select BR2_PACKAGE_PYTHON_WEBENCODINGS # runtime
|
|
help
|
|
CSS selectors for Python ElementTree.
|
|
|
|
https://doc.courtbouillon.org/cssselect2/
|