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