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_1.3.0.bb | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb') 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 @@ -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" - -SRCNAME = "django_openstack_auth" - -SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ -" - -SRC_URI[md5sum] = "a80e3b9660016336c5a2e4d4dd8a81a2" -SRC_URI[sha256sum] = "d7cb1e15c8582d6ac217619a891371e6dbb6bd4e15959214198490ea68e45e26" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -RDEPENDS_${PN} += "python-django \ - python-keystoneclient \ - python-pbr \ - " -- cgit v1.2.3-54-g00ecf