From edaa3d6e6b4a94f073b19df6cd2d2ea1f18e37d9 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:39 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-django-openstack-auth_git.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb') 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 @@ +DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend." +HOMEPAGE = "http://django_openstack_auth.readthedocs.org/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +SRCNAME = "django_openstack_auth" + +PV = "2.0.0+git${SRCPV}" +SRCREV = "6e2cd8deffbd60074bf036c1cecdb280f281ccd4" + +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ +" + +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += "python-django \ + python-keystoneclient \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf