[meta-virtualization] [meta-cloud-services] [PATCH] python-oslo.serialization: 1.11.0 -> 2.13.0

Mark Asselstine mark.asselstine at windriver.com
Tue Jan 24 05:41:12 PST 2017


On Tue, Jan 24, 2017 at 12:47 AM, Huang Qiyu
<huangqy.fnst at cn.fujitsu.com> wrote:
> Upgrade python-oslo.serialization from 1.11.0 to 2.13.0.
>
> Signed-off-by: Huang Qiyu <huangqy.fnst at cn.fujitsu.com>
> ---

You missed updating the RDEPENDS per the requirements.txt. These should now be:
RDEPENDS_${PN} += " \
       python-pbr \
       python-six \
       python-msgpack-python \
       python-oslo.utils \
       python-pytz \
       "

I have attached a script I use to help parse the requirements.txt
file. You can use it for example:

 ./requires.py tmp/work/core2-64-poky-linux/python-oslo.serialization/2.13.0+gitAUTOINC+be02fdbebc-r0/git/requirements.txt

Please send a v2 with the updated RDEPENDS.

Mark


>  .../recipes-devtools/python/python-oslo.serialization_git.bb        | 6 +++---
>  1 file changed, 3 insertions(+), 3 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..6d5801b 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"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
>
>  SRCNAME = "oslo.serialization"
> -SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
> +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
>
> -PV = "1.11.0+git${SRCPV}"
> -SRCREV = "a8626ea9f9e37bf4129096cc2295f63516fb768e"
> +PV = "2.13.0+git${SRCPV}"
> +SRCREV = "be02fdbebc2d9f92a959aa34e0cb5a30934dfa0d"
>  S = "${WORKDIR}/git"
>
>  inherit setuptools
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
-------------- next part --------------
A non-text attachment was scrubbed...
Name: requires.py
Type: text/x-python
Size: 2256 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20170124/1015c252/attachment.py>


More information about the meta-virtualization mailing list