buildroot/package/python-jedi/Config.in
Fabrice Fontaine ca443b49b5 package/python-jedi: new package
An autocompletion tool for Python that can be used for text
editors.

https://github.com/davidhalter/jedi

python-jedi is a runtime dependency of ipython 7.3.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas: add license for the flask theme]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-04-20 21:55:54 +02:00

9 lines
215 B
Plaintext

config BR2_PACKAGE_PYTHON_JEDI
bool "python-jedi"
select BR2_PACKAGE_PYTHON_PARSO # runtime
help
An autocompletion tool for Python that can be used for text
editors.
https://github.com/davidhalter/jedi