[meta-virtualization] [m-c-s][PATCH 1/5] python-django-openstack-auth: uprev to latest stable/pike

Mark Asselstine mark.asselstine at windriver.com
Fri Nov 10 13:30:56 PST 2017


This uprev is required to support the uprev of python-horizon to the
latest stable/pike. Requires the uprevs to python-keystoneclient and
python-keystoneauth1.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../python/python-django-openstack-auth_git.bb        | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 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
index d287a4b..0df4efb 100644
--- a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
 SRCNAME = "django_openstack_auth"
 
-PV = "2.0.0+git${SRCPV}"
-SRCREV = "6e2cd8deffbd60074bf036c1cecdb280f281ccd4"
+PV = "3.5.0+git${SRCPV}"
+SRCREV = "9e108ed426a5a1e5c9dd394b197c27d046754d0c"
 
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \
 "
 
 S = "${WORKDIR}/git"
@@ -21,7 +21,12 @@ DEPENDS += " \
         python-pbr \
         "
 
-RDEPENDS_${PN} += "python-django  \
-	python-keystoneclient  \
-	python-pbr \
-	"
+RDEPENDS_${PN} += " \
+        python-pbr \
+        python-django \
+        python-oslo.config \
+        python-oslo.policy \
+        python-keystoneclient \
+        python-keystoneauth1 \
+        python-six \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list