summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:39 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commitb5a2d736d5a55445f8a0e27bf9c4276fc77614d6 (patch)
treec65fbbde67318bb8c8ec9f5945908f07a9e86175 /meta-openstack/recipes-devtools/python
parentcfd570802258a809556eb0f1af5914e03e8be523 (diff)
downloadmeta-cloud-services-b5a2d736d5a55445f8a0e27bf9c4276fc77614d6.tar.gz
python-keystoneclient: upgrade to 1.3.3
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
index 0063efc..5c5d98c 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -4,17 +4,16 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55"
6 6
7PR = "r0"
8SRCNAME = "keystoneclient" 7SRCNAME = "keystoneclient"
9 8
10SRC_URI = "\ 9SRC_URI = "\
11 git://github.com/openstack/python-keystoneclient.git;branch=master \ 10 git://github.com/openstack/python-keystoneclient.git;branch=stable/kilo \
12 file://fix_keystoneclient_memory_leak.patch \ 11 file://fix_keystoneclient_memory_leak.patch \
13 file://keystone-api-check.sh \ 12 file://keystone-api-check.sh \
14 " 13 "
15 14
16PV = "1.3.0+git${SRCPV}" 15PV = "1.3.3+git${SRCPV}"
17SRCREV = "a84b5ac115dd5775f7380a204811aa939fd5c242" 16SRCREV = "ec70eb02f8a5889828cde786694283240f64c5c4"
18S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
19 18
20inherit setuptools monitor 19inherit setuptools monitor
@@ -32,6 +31,7 @@ RDEPENDS_${PN} += " \
32 python-requests \ 31 python-requests \
33 python-simplejson \ 32 python-simplejson \
34 python-oslo.config \ 33 python-oslo.config \
34 python-oslo.serialization \
35 python-pbr \ 35 python-pbr \
36 " 36 "
37 37