diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2017-06-12 16:42:15 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-15 23:07:02 +0200 |
commit | b3bf0d87f5e40aa3213a1451e74c6d1f2a9b6dd9 (patch) | |
tree | 8893884392d4c99fa32546ca4a3da49b7cbf63b9 /package/python-ipython/Config.in | |
parent | c7b2f8cc8783025e33f4ef1269964ef59335d819 (diff) | |
download | buildroot-b3bf0d87f5e40aa3213a1451e74c6d1f2a9b6dd9.tar.gz buildroot-b3bf0d87f5e40aa3213a1451e74c6d1f2a9b6dd9.zip |
package/python-ipython: Add dependecy list
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>
Diffstat (limited to 'package/python-ipython/Config.in')
-rw-r--r-- | package/python-ipython/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-ipython/Config.in b/package/python-ipython/Config.in index b87f2bc1ec..d8164afba2 100644 --- a/package/python-ipython/Config.in +++ b/package/python-ipython/Config.in @@ -1,5 +1,14 @@ 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 |