summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:41:39 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:18 -0500
commitedaa3d6e6b4a94f073b19df6cd2d2ea1f18e37d9 (patch)
tree0ccabb227b173e3a0789a9da5acbc187d97022b3 /meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb
parentd3682b4562f02831b024afb303f3072fbcc37544 (diff)
downloadmeta-cloud-services-edaa3d6e6b4a94f073b19df6cd2d2ea1f18e37d9.tar.gz
django-openstack-auth: uprev and switch to git
The uprev is needed for the uprev of horizon. Switching to get will facilitate future uprevs. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb
deleted file mode 100644
index 47bc610..0000000
--- a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend."
2HOMEPAGE = "http://django_openstack_auth.readthedocs.org/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRCNAME = "django_openstack_auth"
8
9SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
10"
11
12SRC_URI[md5sum] = "a80e3b9660016336c5a2e4d4dd8a81a2"
13SRC_URI[sha256sum] = "d7cb1e15c8582d6ac217619a891371e6dbb6bd4e15959214198490ea68e45e26"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
24RDEPENDS_${PN} += "python-django \
25 python-keystoneclient \
26 python-pbr \
27 "