summaryrefslogtreecommitdiffstats
path: root/package/python-urwid/Config.in
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <cvubrugier@fastmail.fm>2014-09-18 12:00:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-09-21 19:43:24 +0200
commita1b1c2f0246267c89e66626a97369dbb73743fe4 (patch)
treea8096eb91dbebda22b764928deec1d659b491d3d /package/python-urwid/Config.in
parent9e540c7517b4317399b87bef5da208096184d193 (diff)
downloadbuildroot-a1b1c2f0246267c89e66626a97369dbb73743fe4.tar.gz
buildroot-a1b1c2f0246267c89e66626a97369dbb73743fe4.zip
python-urwid: new package
Urwid is a console user interface library for Python. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-urwid/Config.in')
-rw-r--r--package/python-urwid/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-urwid/Config.in b/package/python-urwid/Config.in
new file mode 100644
index 0000000000..92f7d53d29
--- /dev/null
+++ b/package/python-urwid/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PYTHON_URWID
+ bool "python-urwid"
+ depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
+ help
+ Urwid is a console user interface library for Python
+
+ http://urwid.org/
OpenPOWER on IntegriCloud