b3bf0d87f5
List minimal set of packages needed to be installed alongside to be able to run IPython 5.2.2 with Python 2/3. Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> [Thomas: use alphabetic ordering.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
20 lines
859 B
Plaintext
20 lines
859 B
Plaintext
config BR2_PACKAGE_PYTHON_IPYTHON
|
|
bool "python-ipython"
|
|
select BR2_PACKAGE_PYTHON_BACKPORTS_SHUTIL_GET_TERMINAL_SIZE if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
|
|
select BR2_PACKAGE_PYTHON_PATHLIB2 if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON_PICKLESHARE # runtime
|
|
select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
|
|
select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
|
|
select BR2_PACKAGE_PYTHON_PEXPECT # runtime
|
|
select BR2_PACKAGE_PYTHON_SIMPLEGENERIC # runtime
|
|
select BR2_PACKAGE_PYTHON_TRAITLETS # runtime
|
|
help
|
|
IPython is a command shell for interactive computing in
|
|
multiple programming languages, originally developed for the
|
|
Python programming language, that offers enhanced
|
|
introspection, rich media, additional shell syntax, tab
|
|
completion, and rich history.
|
|
|
|
http://ipython.org/
|