This requires updates to python-keystoneauth1 and the introduction of python-requestsexceptions.
Signed-off-by: Mark Asselstine <[email protected]> --- .../recipes-devtools/python/python-os-client-config_git.bb | 10 +++++++--- 1 file 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" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -PV = "1.9.0" -SRCREV = "790fac98542ba303274180831cbd9a03604a84e8" +PV = "1.21.1" +SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081" SRCNAME = "os-client-config" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" S = "${WORKDIR}/git" @@ -20,4 +20,8 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ python-pbr \ + python-pyyaml \ + python-appdirs \ + python-keystoneauth1 \ + python-requestsexceptions \ " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
