summaryrefslogtreecommitdiffstats
path: root/package/python-backports-shutil-get-terminal-size/Config.in
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2017-06-12 16:42:14 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-15 23:03:27 +0200
commitc7b2f8cc8783025e33f4ef1269964ef59335d819 (patch)
treedf72e437e54f8be193e7fbd4d3d0514ad2fdba6b /package/python-backports-shutil-get-terminal-size/Config.in
parent1039f4bbbb673cacf8ef7e6d38da25d52bf422ed (diff)
downloadbuildroot-c7b2f8cc8783025e33f4ef1269964ef59335d819.tar.gz
buildroot-c7b2f8cc8783025e33f4ef1269964ef59335d819.zip
package/python-backports-shutil-get-terminal-size: New package
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>
Diffstat (limited to 'package/python-backports-shutil-get-terminal-size/Config.in')
-rw-r--r--package/python-backports-shutil-get-terminal-size/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-backports-shutil-get-terminal-size/Config.in b/package/python-backports-shutil-get-terminal-size/Config.in
new file mode 100644
index 0000000000..392e05a282
--- /dev/null
+++ b/package/python-backports-shutil-get-terminal-size/Config.in
@@ -0,0 +1,8 @@
+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
OpenPOWER on IntegriCloud