aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-configobj_4.5.3.bb
blob: 89ea344bae88f8b629264d9fec6b60bd8ec5c184 (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "ConfigObj is a simple but powerful config file reader and writer"
LICENSE = "BSD"

SRC_URI = "http://pypi.python.org/packages/source/C/ConfigObj/configobj-${PV}.tar.gz"

inherit distutils

S = "${WORKDIR}/configobj-${PV}"