Everything should now be merged. I found that one of the patches wouldn't
apply, since I had missed a change from one of your older series.

... so if you can rebase your queue against master, you'll probably find
something that I mucked up. Resend those and I'll get them merged.

Bruce

On Mon, Jan 23, 2017 at 10:09 PM, Mark Asselstine <
[email protected]> wrote:

> This is required for the uprev of python-heatclient to
> stable/newton. The version is selected based on all version
> requirements.
>
> Signed-off-by: Mark Asselstine <[email protected]>
> ---
>  .../python/python-osc-lib_1.1.0.bb                 | 32
> ++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>  create mode 100644 meta-openstack/recipes-devtools/python/python-osc-
> lib_1.1.0.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-osc-
> lib_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-osc-
> lib_1.1.0.bb
> new file mode 100644
> index 0000000..70582f7
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb
> @@ -0,0 +1,32 @@
> +DESCRIPTION = "OpenStackClient Library"
> +HOMEPAGE = "http://opensource.perlig.de/rcssmin/";
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
> +
> +SRCNAME = "osc-lib"
> +
> +SRC_URI = "https://pypi.io/packages/source/o/${SRCNAME}/${SRCNAME}
> -${PV}.tar.gz \
> +"
> +
> +SRC_URI[md5sum] = "08bf2b46089da52240893d99a3892897"
> +SRC_URI[sha256sum] = "e06ca111b2702d442f5cf70c754b63
> 31cc7742231f0fe0b634cbd03c502610ba"
> +
> +S = "${WORKDIR}/${SRCNAME}-${PV}"
> +
> +inherit setuptools
> +
> +RDEPENDS_${PN} += " \
> +        python-pbr \
> +        python-six \
> +        python-babel \
> +        python-cliff \
> +        python-keystoneauth1 \
> +        python-os-client-config \
> +        python-oslo.i18n \
> +        python-oslo.utils \
> +        python-simplejson \
> +        python-stevedore \
> +        "
> +
> +CLEANBROKEN = "1"
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to