summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-appconf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-appconf.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-appconf.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-appconf.inc b/meta-openstack/recipes-devtools/python/python-django-appconf.inc
new file mode 100644
index 0000000..00f2e3e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-django-appconf.inc
@@ -0,0 +1,13 @@
1DESCRIPTION = "A helper class for handling configuration defaults of packaged apps gracefully."
2HOMEPAGE = "http://django-appconf.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3f34b9b2f6413fd5f91869fa7e992457"
6
7SRC_URI[md5sum] = "29c87a00f0d098b90f3ac6113ae6e52d"
8SRC_URI[sha256sum] = "ba1375fb1024e8e91547504d4392321795c989fde500b96ebc7c93884f786e60"
9
10inherit pypi
11
12#RDEPENDS_${PN} += "${PYTHON_PN}-six \
13# "