Merge remote-tracking branch 'dm/opendreambox-1.6' into test_0701
[vuplus_openembedded] / recipes / python / python-configobj_4.5.3.bb
1 DESCRIPTION = "ConfigObj is a simple but powerful config file reader and writer"
2 LICENSE = "BSD"
3
4 SRC_URI = "http://pypi.python.org/packages/source/C/ConfigObj/configobj-${PV}.tar.gz"
5
6 inherit distutils
7
8 S = "${WORKDIR}/configobj-${PV}"
9
10