From 9be49d7dd9cad6f115d1a0c59e33324e1fef7d79 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 21 Oct 2014 09:18:16 -0400 Subject: horizon: update dependencies for juno rc2 Updating the horizon dependent packages to the juno-rc2 required versions Signed-off-by: Bruce Ashfield --- .../python/python-django-openstack-auth_1.1.7.bb | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.7.bb (limited to 'meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.7.bb') diff --git a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.7.bb b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.7.bb new file mode 100644 index 0000000..625bcde --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.1.7.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend." +HOMEPAGE = "http://django_openstack_auth.readthedocs.org/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +PR = "r0" +SRCNAME = "django_openstack_auth" + +SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ +" + +SRC_URI[md5sum] = "6afb0748dab95003b75f0d6f4f4a1100" +SRC_URI[sha256sum] = "0884be8a97ff191799ed3f3d64b76c2f61299747af4a86d8a903766b2c175c6f" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += "python-django \ + python-keystoneclient \ + python-pbr \ + " \ No newline at end of file -- cgit v1.2.3-54-g00ecf