diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:39 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:18 -0500 |
| commit | edaa3d6e6b4a94f073b19df6cd2d2ea1f18e37d9 (patch) | |
| tree | 0ccabb227b173e3a0789a9da5acbc187d97022b3 /meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb | |
| parent | d3682b4562f02831b024afb303f3072fbcc37544 (diff) | |
| download | meta-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_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb new file mode 100644 index 0000000..d287a4b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend." | ||
| 2 | HOMEPAGE = "http://django_openstack_auth.readthedocs.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | SRCNAME = "django_openstack_auth" | ||
| 8 | |||
| 9 | PV = "2.0.0+git${SRCPV}" | ||
| 10 | SRCREV = "6e2cd8deffbd60074bf036c1cecdb280f281ccd4" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | ||
| 13 | " | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += "python-django \ | ||
| 25 | python-keystoneclient \ | ||
| 26 | python-pbr \ | ||
| 27 | " | ||
