The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-configobj / Config.in
1 config BR2_PACKAGE_PYTHON_CONFIGOBJ
2         bool "python-configobj"
3         depends on BR2_PACKAGE_PYTHON
4         help
5           ConfigObj is a simple but powerful config file reader and
6           writer: an ini file round tripper. Its main feature is that
7           it is very easy to use, with a straightforward programmer's
8           interface and a simple syntax for config files.
9
10           http://www.voidspace.org.uk/python/configobj.html