aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-configobj_4.5.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-configobj_4.5.3.bb')
-rw-r--r--recipes/python/python-configobj_4.5.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/python/python-configobj_4.5.3.bb b/recipes/python/python-configobj_4.5.3.bb
new file mode 100644
index 0000000000..89ea344bae
--- /dev/null
+++ b/recipes/python/python-configobj_4.5.3.bb
@@ -0,0 +1,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}"
+
+