1config BR2_PACKAGE_PYTHON_CSSSELECT2
2	bool "python-cssselect2"
3	select BR2_PACKAGE_PYTHON_TINYCSS2 # runtime
4	select BR2_PACKAGE_PYTHON_WEBENCODINGS # runtime
5	help
6	  CSS selectors for Python ElementTree.
7
8	  https://doc.courtbouillon.org/cssselect2/
9