diff options
author | 2017-01-23 10:13:48 -0500 | |
---|---|---|
committer | 2017-01-25 14:30:00 -0500 | |
commit | 5db5f45735888850625e2e01e828e998ecafc3f3 (patch) | |
tree | b411ee934fa86caf7069b6f858624cb75ec40c51 | |
parent | 81f67b6ebbef7e1f78cb5d032bd3bb7368614b5e (diff) | |
download | meta-cloud-services-5db5f45735888850625e2e01e828e998ecafc3f3.tar.gz meta-cloud-services-5db5f45735888850625e2e01e828e998ecafc3f3.tar.bz2 meta-cloud-services-5db5f45735888850625e2e01e828e998ecafc3f3.zip |
python-oslo.vmware: uprev to latest stable/newton
A few runtime dependency updates, but otherwise a straightforward
uprev.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb index 8ffe7ee2..8e355d88 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb @@ -4,11 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -PV = "1.23.0+git${SRCPV}" -SRCREV = "9fa40986c259d22a3dee8155b4bce793505d53e1" +PV = "2.14.0+git${SRCPV}" +SRCREV = "bfd1e0ffd435e637d00ba54ec99aeafe4488eca1" SRCNAME = "oslo.vmware" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" S = "${WORKDIR}/git" @@ -23,13 +23,12 @@ RDEPENDS_${PN} += " \ python-pbr \ python-stevedore \ python-netaddr \ - python-iso8601 \ python-six \ python-oslo.i18n \ python-oslo.utils \ python-oslo.concurrency \ - python-babel \ python-pyyaml \ + python-lxml \ python-suds-jurko \ python-eventlet \ python-requests \ |