[meta-virtualization] [m-c-s][PATCH 44/49] django-openstack-auth: uprev and switch to git

Mark Asselstine mark.asselstine at windriver.com
Wed Feb 3 17:41:39 PST 2016


From: Mark Asselstine <asselsm at gmail.com>

The uprev is needed for the uprev of horizon.
Switching to get will facilitate future uprevs.

Signed-off-by: Mark Asselstine <asselsm at gmail.com>
---
 ...ack-auth_1.3.0.bb => python-django-openstack-auth_git.bb} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-django-openstack-auth_1.3.0.bb => python-django-openstack-auth_git.bb} (62%)

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_git.bb
similarity index 62%
rename from meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb
rename to meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb
index 47bc610..d287a4b 100644
--- a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_1.3.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb
@@ -1,18 +1,18 @@
 DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend."
 HOMEPAGE = "http://django_openstack_auth.readthedocs.org/"
 SECTION = "devel/python"
-LICENSE = "BSD"
+LICENSE = "Apache-2.0"
 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 \
-"
+PV = "2.0.0+git${SRCPV}"
+SRCREV = "6e2cd8deffbd60074bf036c1cecdb280f281ccd4"
 
-SRC_URI[md5sum] = "a80e3b9660016336c5a2e4d4dd8a81a2"
-SRC_URI[sha256sum] = "d7cb1e15c8582d6ac217619a891371e6dbb6bd4e15959214198490ea68e45e26"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
+"
 
-S = "${WORKDIR}/${SRCNAME}-${PV}"
+S = "${WORKDIR}/git"
 
 inherit setuptools 
 
-- 
2.1.4



More information about the meta-virtualization mailing list