summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.4.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.4.bb b/meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.4.bb
new file mode 100644
index 0000000..0fb09e1
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-django-appconf_1.0.4.bb
@@ -0,0 +1,14 @@
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] = "da4a355140acaa3eeb236987ab174e9d"
8SRC_URI[sha256sum] = "be58deb54a43d77d2e1621fe59f787681376d3cd0b8bd8e4758ef6c3a6453380"
9
10inherit setuptools3 pypi
11
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-django \
14 "