summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-01-25 10:50:58 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-25 14:30:00 -0500
commit225810a35460e4609971c4594ac87b8078a6291e (patch)
treed3975db8b28feb0d59abb5a753c27c349d82881e
parent847a00dcdf31e58777ed1817784aba07577437fc (diff)
downloadmeta-cloud-services-225810a35460e4609971c4594ac87b8078a6291e.tar.gz
python-oslo.serialization: 1.11.0 -> 2.13.0
1) Upgrade python-oslo.serialization from 1.11.0 to 2.13.0. 2) Update the RDEPENDS. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb8
1 files changed, 3 insertions, 5 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 1bf11f4..6a747fa 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7SRCNAME = "oslo.serialization" 7SRCNAME = "oslo.serialization"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
9 9
10PV = "1.11.0+git${SRCPV}" 10PV = "2.13.0+git${SRCPV}"
11SRCREV = "a8626ea9f9e37bf4129096cc2295f63516fb768e" 11SRCREV = "be02fdbebc2d9f92a959aa34e0cb5a30934dfa0d"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit setuptools 14inherit setuptools
@@ -29,8 +29,6 @@ DEPENDS += " \
29RDEPENDS_${PN} += " \ 29RDEPENDS_${PN} += " \
30 python-pbr \ 30 python-pbr \
31 python-six \ 31 python-six \
32 python-babel \
33 python-iso8601 \
34 python-oslo.utils \ 32 python-oslo.utils \
35 python-pytz \ 33 python-pytz \
36 python-msgpack \ 34 python-msgpack \