[meta-virtualization] [PATCH] python-eventlet: Add python3 version

Bruce Ashfield bruce.ashfield at gmail.com
Thu Sep 5 07:09:10 PDT 2019


merged.

Bruce

On Tue, Sep 3, 2019 at 10:48 PM Zang Ruochen <zangrc.fnst at cn.fujitsu.com> wrote:
>
> Signed-off-by: Zang Ruochen <zangrc.fnst at cn.fujitsu.com>
> ---
>  meta-openstack/recipes-devtools/python/python-eventlet.inc   | 10 ++++++++++
>  .../recipes-devtools/python/python-eventlet_0.25.1.bb        | 12 ++----------
>  .../recipes-devtools/python/python3-eventlet_0.25.1.bb       |  2 ++
>  3 files changed, 14 insertions(+), 10 deletions(-)
>  create mode 100644 meta-openstack/recipes-devtools/python/python-eventlet.inc
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-eventlet_0.25.1.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-eventlet.inc b/meta-openstack/recipes-devtools/python/python-eventlet.inc
> new file mode 100644
> index 0000000..fd1bf39
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-eventlet.inc
> @@ -0,0 +1,10 @@
> +DESCRIPTION = "Highly concurrent networking library"
> +HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
> +
> +SRC_URI[md5sum] = "8d7145af6506d5418c5a6bee7bf0b7e7"
> +SRC_URI[sha256sum] = "6c9c625af48424c4680d89314dbe45a76cc990cf002489f9469ff214b044ffc1"
> +
> +inherit pypi
> diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb
> index d2878b6..d9c9383 100644
> --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb
> +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb
> @@ -1,10 +1,2 @@
> -DESCRIPTION = "Highly concurrent networking library"
> -HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
> -
> -SRC_URI[md5sum] = "8d7145af6506d5418c5a6bee7bf0b7e7"
> -SRC_URI[sha256sum] = "6c9c625af48424c4680d89314dbe45a76cc990cf002489f9469ff214b044ffc1"
> -
> -inherit setuptools pypi
> +inherit setuptools
> +require python-eventlet.inc
> diff --git a/meta-openstack/recipes-devtools/python/python3-eventlet_0.25.1.bb b/meta-openstack/recipes-devtools/python/python3-eventlet_0.25.1.bb
> new file mode 100644
> index 0000000..c5fe598
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-eventlet_0.25.1.bb
> @@ -0,0 +1,2 @@
> +inherit setuptools3
> +require python-eventlet.inc
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> 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
- "Use the force Harry" - Gandalf, Star Trek II


More information about the meta-virtualization mailing list