1config BR2_PACKAGE_PYTHON_ASTTOKENS
2	bool "python-asttokens"
3	select BR2_PACKAGE_PYTHON_SIX # runtime
4	help
5	  Annotate AST trees with source code positions.
6
7	  https://github.com/gristlabs/asttokens
8