summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-03 14:41:30 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-03 14:42:30 -0500
commit1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (patch)
tree7fd3f52c7cccf6c49489670f55ecd04c3b218cfc /meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb
parent560820a900f04b45f44a0335c88e1a3596cf509f (diff)
downloadmeta-cloud-services-1bd3d61e2c24a8f404ee41fb291c401a9fc9c937.tar.gz
support-libs: refresh round1
Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb
new file mode 100644
index 0000000..a4f08ae
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.9.bb
@@ -0,0 +1,28 @@
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
7PR = "r0"
8SRCNAME = "django_openstack_auth"
9
10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11"
12
13SRC_URI[md5sum] = "a201c7efbf552042f0bae64814454162"
14SRC_URI[sha256sum] = "650b3fd528d179a36cf629aa7dad53e03aed6cf9300ea4a337260887e71e9b53"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools
19
20DEPENDS += " \
21 python-pip \
22 python-pbr \
23 "
24
25RDEPENDS_${PN} += "python-django \
26 python-keystoneclient \
27 python-pbr \
28 "