[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH] python-glancestore: requires python module enum

Bruce Ashfield bruce.ashfield at gmail.com
Tue Sep 29 08:04:17 PDT 2015


merged!

Bruce

On Wed, Sep 23, 2015 at 12:45 PM, Josep Puigdemont
<josep.puigdemont at enea.com> wrote:
> In capabilities, glance store imports enum, which is available
> since python 3.4. For earlier versions of python we can use
> the backported package python-enum34 from meta-python.
>
> Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
> ---
>  meta-openstack/recipes-devtools/python/python-glancestore_git.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
> index b3aa2f3..43707ee 100644
> --- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
> +++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
> @@ -22,6 +22,7 @@ DEPENDS += " \
>          "
>
>  RDEPENDS_${PN} = " \
> +   python-enum34 \
>     python-eventlet \
>     python-iso8601 \
>     python-six \
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list