1config BR2_PACKAGE_PYTHON_JEDI
2	bool "python-jedi"
3	select BR2_PACKAGE_PYTHON_PARSO # runtime
4	help
5	  An autocompletion tool for Python that can be used for text
6	  editors.
7
8	  https://github.com/davidhalter/jedi
9