2019-04-19 11:19:30 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_JEDI
|
|
|
|
bool "python-jedi"
|
2021-04-05 15:36:12 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
2019-04-19 11:19:30 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_PARSO # runtime
|
|
|
|
help
|
|
|
|
An autocompletion tool for Python that can be used for text
|
|
|
|
editors.
|
|
|
|
|
|
|
|
https://github.com/davidhalter/jedi
|