summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-10 16:30:56 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-13 10:29:13 -0500
commitc3b8d1973c746356057a67f8d5ef7cd829002115 (patch)
treeae9ef5810ea76355e10084fb1d1b358658e577c7 /meta-openstack/recipes-devtools
parent0a25cc15e836c4bdd8c59f18d690460d62de6cb9 (diff)
downloadmeta-cloud-services-c3b8d1973c746356057a67f8d5ef7cd829002115.tar.gz
python-django-openstack-auth: uprev to latest stable/pike
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@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-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 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"
6 6
7SRCNAME = "django_openstack_auth" 7SRCNAME = "django_openstack_auth"
8 8
9PV = "2.0.0+git${SRCPV}" 9PV = "3.5.0+git${SRCPV}"
10SRCREV = "6e2cd8deffbd60074bf036c1cecdb280f281ccd4" 10SRCREV = "9e108ed426a5a1e5c9dd394b197c27d046754d0c"
11 11
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \
13" 13"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
@@ -21,7 +21,12 @@ DEPENDS += " \
21 python-pbr \ 21 python-pbr \
22 " 22 "
23 23
24RDEPENDS_${PN} += "python-django \ 24RDEPENDS_${PN} += " \
25 python-keystoneclient \ 25 python-pbr \
26 python-pbr \ 26 python-django \
27 " 27 python-oslo.config \
28 python-oslo.policy \
29 python-keystoneclient \
30 python-keystoneauth1 \
31 python-six \
32 "