c7b2f8cc87
Add 'python-backports-shutil-get-terminal-size'[1] package to buildroot. Needed by IPython when building against Python2. [1] https://pypi.python.org/pypi/backports.shutil_get_terminal_size Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
config BR2_PACKAGE_PYTHON_BACKPORTS_SHUTIL_GET_TERMINAL_SIZE
|
|
bool "python-backports-shutil-get-terminal-size"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
help
|
|
A backport of the get_terminal_size function from Python
|
|
3.3's shutil.
|
|
|
|
https://pypi.python.org/pypi/backports.shutil_get_terminal_size
|