aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb19
1 files 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 d287a4b2..0df4efb5 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 \
+ "