Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-dialog / Config.in
1 config BR2_PACKAGE_PYTHON_DIALOG
2         bool "python-dialog"
3         depends on BR2_PACKAGE_PYTHON
4         depends on BR2_USE_MMU # dialog
5         select BR2_PACKAGE_DIALOG
6         help
7           A Python interface to the UNIX dialog utility and
8           mostly-compatible programs.
9
10           http://pythondialog.sourceforge.net/