summaryrefslogtreecommitdiff
path: root/package/python-dialog
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-02-21 08:52:27 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-21 14:07:00 +0100
commit631b09645a61641531949e4772bebf20ea1154ce (patch)
treec22e35262f802bfce0997ba8d1867be33140624f /package/python-dialog
parent3a15524b67f91c96378a9c83248c18f0655d8f71 (diff)
dialog: bump to version 1.2-20150125
And drop thread requirement, it's really not necessary. For python-dialog that was already inherent in python itself. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-dialog')
-rw-r--r--package/python-dialog/Config.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/python-dialog/Config.in b/package/python-dialog/Config.in
index 8dd3fdf4e..c1fdb2372 100644
--- a/package/python-dialog/Config.in
+++ b/package/python-dialog/Config.in
@@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_DIALOG
bool "python-dialog"
depends on BR2_PACKAGE_PYTHON
- depends on BR2_TOOLCHAIN_HAS_THREADS # dialog
depends on BR2_USE_MMU # dialog
select BR2_PACKAGE_DIALOG
help
@@ -9,7 +8,3 @@ config BR2_PACKAGE_PYTHON_DIALOG
mostly-compatible programs.
http://pythondialog.sourceforge.net/
-
-comment "python-dialog needs a toolchain w/ threads"
- depends on BR2_USE_MMU && BR2_PACKAGE_PYTHON
- depends on !BR2_TOOLCHAIN_HAS_THREADS