summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:41:05 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commitac446f3bc8a6df622f3551952f055064847f6f0e (patch)
treea1673a657773054aacc6b0799bbaa8dff7ff90c5 /meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
parent529228a7d12d954ea4113879f8e9c200ebcc9ce8 (diff)
downloadmeta-cloud-services-ac446f3bc8a6df622f3551952f055064847f6f0e.tar.gz
python-oslo*: uprev to versions required by liberty
This set of updates is fairly straightforward, for the most part it is an update of the git SHA and an update of the dependencies. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
index db2869c..32b1cc3 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
@@ -4,13 +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
7PR = "r0"
8
9SRCNAME = "oslo.serialization" 7SRCNAME = "oslo.serialization"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
11 9
12PV = "1.3.0" 10PV = "1.11.0+git${SRCPV}"
13SRCREV = "c89b3f80393b224e4c93f546bc00a4a36c5fb279" 11SRCREV = "a8626ea9f9e37bf4129096cc2295f63516fb768e"
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15 13
16inherit setuptools 14inherit setuptools
@@ -25,4 +23,10 @@ DEPENDS += " \
25# RDEPENDS_default: 23# RDEPENDS_default:
26RDEPENDS_${PN} += " \ 24RDEPENDS_${PN} += " \
27 python-pbr \ 25 python-pbr \
26 python-six \
27 python-babel \
28 python-iso8601 \
29 python-oslo.utils \
30 python-pytz \
31 python-msgpack \
28 " 32 "