summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-23 10:13:48 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-25 14:30:00 -0500
commit5db5f45735888850625e2e01e828e998ecafc3f3 (patch)
treeb411ee934fa86caf7069b6f858624cb75ec40c51
parent81f67b6ebbef7e1f78cb5d032bd3bb7368614b5e (diff)
downloadmeta-cloud-services-5db5f45735888850625e2e01e828e998ecafc3f3.tar.gz
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.bb9
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 8ffe7ee..8e355d8 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"
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.23.0+git${SRCPV}" 7PV = "2.14.0+git${SRCPV}"
8SRCREV = "9fa40986c259d22a3dee8155b4bce793505d53e1" 8SRCREV = "bfd1e0ffd435e637d00ba54ec99aeafe4488eca1"
9 9
10SRCNAME = "oslo.vmware" 10SRCNAME = "oslo.vmware"
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
@@ -23,13 +23,12 @@ RDEPENDS_${PN} += " \
23 python-pbr \ 23 python-pbr \
24 python-stevedore \ 24 python-stevedore \
25 python-netaddr \ 25 python-netaddr \
26 python-iso8601 \
27 python-six \ 26 python-six \
28 python-oslo.i18n \ 27 python-oslo.i18n \
29 python-oslo.utils \ 28 python-oslo.utils \
30 python-oslo.concurrency \ 29 python-oslo.concurrency \
31 python-babel \
32 python-pyyaml \ 30 python-pyyaml \
31 python-lxml \
33 python-suds-jurko \ 32 python-suds-jurko \
34 python-eventlet \ 33 python-eventlet \
35 python-requests \ 34 python-requests \