summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:38 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commitcfd570802258a809556eb0f1af5914e03e8be523 (patch)
treecf5b81b45ec9f62dc11c230bb2c756f55133cef4 /meta-openstack
parent306a5e7c43c00a46eb9a45bb83e1f99d3b6a4288 (diff)
downloadmeta-cloud-services-cfd570802258a809556eb0f1af5914e03e8be523.tar.gz
python-keystone: upgrade to 2015.1.2
Upgrade and update dependencies on python-oslo.policy Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 1f012cc..ed0d7b8 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -4,10 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r2"
8SRCNAME = "keystone" 7SRCNAME = "keystone"
9 8
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://keystone.conf \ 10 file://keystone.conf \
12 file://identity.sh \ 11 file://identity.sh \
13 file://keystone \ 12 file://keystone \
@@ -20,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
20# file://keystone-remove-git-commands-in-tests.patch 19# file://keystone-remove-git-commands-in-tests.patch
21# file://keystone-explicitly-import-localcontext-from-oslo.me.patch 20# file://keystone-explicitly-import-localcontext-from-oslo.me.patch
22 21
23SRCREV="0e633302e87261fdb3b0126c632fd676fc0a4d39" 22SRCREV="8a2da01cb8b4a8369af4f5cf5cc7e20b1bf4453a"
24PV="2015.1.0b2+git${SRCPV}" 23PV="2015.1.2+git${SRCPV}"
25 24
26S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
27 26
@@ -282,10 +281,12 @@ RDEPENDS_${PN} += " \
282 python-dogpile.cache \ 281 python-dogpile.cache \
283 python-pbr \ 282 python-pbr \
284 python-pysaml2 \ 283 python-pysaml2 \
284 python-oslo.policy \
285 python-oslo.utils \ 285 python-oslo.utils \
286 python-oauthlib \ 286 python-oauthlib \
287 python-fixtures \ 287 python-fixtures \
288 python-oslotest \ 288 python-oslotest \
289 python-cryptography \
289 " 290 "
290 291
291RDEPENDS_${SRCNAME}-tests += " bash" 292RDEPENDS_${SRCNAME}-tests += " bash"