summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-20 16:59:34 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:03 -0500
commit446decba5334ff067a7e84cb332ad65fd4758fac (patch)
treee4c0eb71b465ae9ffba1c85b6f32ef626c99ecdb /meta-openstack/recipes-devtools/python
parent2d14b1fc9eac7e22f6d4a305fe9bdf94ef46dcbc (diff)
downloadmeta-cloud-services-446decba5334ff067a7e84cb332ad65fd4758fac.tar.gz
python-os-client-config: uprev to latest stable/newton
This requires updates to python-keystoneauth1 and the introduction of python-requestsexceptions. 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-client-config_git.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
index de8c2c2..7b55dbb 100644
--- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "1.9.0" 7PV = "1.21.1"
8SRCREV = "790fac98542ba303274180831cbd9a03604a84e8" 8SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081"
9 9
10SRCNAME = "os-client-config" 10SRCNAME = "os-client-config"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -20,4 +20,8 @@ DEPENDS += " \
20 20
21RDEPENDS_${PN} += " \ 21RDEPENDS_${PN} += " \
22 python-pbr \ 22 python-pbr \
23 python-pyyaml \
24 python-appdirs \
25 python-keystoneauth1 \
26 python-requestsexceptions \
23 " 27 "