summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-02-03 20:41:43 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:18 -0500
commita833f549270c3707fb6521b0571c23e76e0ecc9b (patch)
tree2c13d3cb430219174b0f584429aa402947b6ac3d /meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
parent62cf4f5a509fd0278c1de998fba8cfa6cbfeded7 (diff)
downloadmeta-cloud-services-a833f549270c3707fb6521b0571c23e76e0ecc9b.tar.gz
keystone: uprev to Liberty
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/python/python-keystoneclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
index f4810e5..495f1e3 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -4,7 +4,6 @@ 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 = "\
@@ -13,8 +12,8 @@ SRC_URI = "\
13 file://keystone-api-check.sh \ 12 file://keystone-api-check.sh \
14 " 13 "
15 14
16PV = "1.6.0+git${SRCPV}" 15PV = "1.7.1+git${SRCPV}"
17SRCREV = "f6ab133f25f00e041cd84aa8bbfb422594d1942f" 16SRCREV = "28138b588224c6b0503620ac2e24bd37dad25370"
18S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
19 18
20inherit setuptools monitor rmargparse 19inherit setuptools monitor rmargparse
@@ -34,6 +33,7 @@ RDEPENDS_${PN} += " \
34 python-oslo.config \ 33 python-oslo.config \
35 python-oslo.serialization \ 34 python-oslo.serialization \
36 python-pbr \ 35 python-pbr \
36 python-argparse \
37 " 37 "
38 38
39PACKAGECONFIG ?= "bash-completion" 39PACKAGECONFIG ?= "bash-completion"