diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-20 16:59:34 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-21 23:17:03 -0500 |
| commit | 446decba5334ff067a7e84cb332ad65fd4758fac (patch) | |
| tree | e4c0eb71b465ae9ffba1c85b6f32ef626c99ecdb /meta-openstack/recipes-devtools/python | |
| parent | 2d14b1fc9eac7e22f6d4a305fe9bdf94ef46dcbc (diff) | |
| download | meta-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.bb | 10 |
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" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "1.9.0" | 7 | PV = "1.21.1" |
| 8 | SRCREV = "790fac98542ba303274180831cbd9a03604a84e8" | 8 | SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081" |
| 9 | 9 | ||
| 10 | SRCNAME = "os-client-config" | 10 | SRCNAME = "os-client-config" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -20,4 +20,8 @@ DEPENDS += " \ | |||
| 20 | 20 | ||
| 21 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS_${PN} += " \ |
| 22 | python-pbr \ | 22 | python-pbr \ |
| 23 | python-pyyaml \ | ||
| 24 | python-appdirs \ | ||
| 25 | python-keystoneauth1 \ | ||
| 26 | python-requestsexceptions \ | ||
| 23 | " | 27 | " |
