All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: zhengruoqin <zhengrq.fnst@cn.fujitsu.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH 7/7] python3-osprofiler: upgrade 2.9.0 -> 3.4.0
Date: Mon, 21 Dec 2020 17:16:30 -0500	[thread overview]
Message-ID: <20201221221629.GB22844@gmail.com> (raw)
In-Reply-To: <1608016848-55637-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1608016875-55674-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1608016895-55720-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1608016902-55756-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1608016926-55793-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1608016934-55829-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1608016956-55876-1-git-send-email-zhengrq.fnst@cn.fujitsu.com>

merged.

Bruce

In message: [meta-virtualization] [PATCH 7/7] python3-osprofiler: upgrade 2.9.0 -> 3.4.0
on 15/12/2020 zhengruoqin wrote:

> Because python2 is no longer maintained, bb file is changed to python3 version.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../python/python-osprofiler_2.9.0.bb         | 35 -------------------
>  .../python/python3-osprofiler_3.4.0.bb        | 35 +++++++++++++++++++
>  2 files changed, 35 insertions(+), 35 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-osprofiler_2.9.0.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_2.9.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_2.9.0.bb
> deleted file mode 100644
> index e6fe8656..00000000
> --- a/meta-openstack/recipes-devtools/python/python-osprofiler_2.9.0.bb
> +++ /dev/null
> @@ -1,35 +0,0 @@
> -DESCRIPTION = "OpenStack Profiler Library"
> -HOMEPAGE = "http://www.openstack.org/"
> -SECTION = "devel/python"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
> -
> -SRC_URI[md5sum] = "75f190b00ac248b3d547b67a480801db"
> -SRC_URI[sha256sum] = "6915cbf8ac390dc3e125340b0ff368dd53f5889e3d053f9122dd83ba0dd366f7"
> -
> -inherit setuptools3 pypi
> -
> -# DEPENDS_default: python-pip
> -
> -DEPENDS += " \
> -        python-pip \
> -        python-pbr \
> -        "
> -
> -# Satisfy setup.py 'setup_requires'
> -DEPENDS += " \
> -        python-pbr-native \
> -        "
> -
> -# RDEPENDS_default: 
> -RDEPENDS_${PN} += " \
> -        python-pbr \
> -        python-six \
> -        python-oslo.messaging \
> -        python-oslo.log \
> -        python-oslo.utils \
> -        python-webob \
> -        python-requests \
> -        python-netaddr \
> -        python-oslo.concurrency \
> -        "
> diff --git a/meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb b/meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb
> new file mode 100644
> index 00000000..5d7939b6
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-osprofiler_3.4.0.bb
> @@ -0,0 +1,35 @@
> +DESCRIPTION = "OpenStack Profiler Library"
> +HOMEPAGE = "http://www.openstack.org/"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
> +
> +SRC_URI[md5sum] = "691c4d2cc77e60eeaa30edd7bf087481"
> +SRC_URI[sha256sum] = "f7fe387f4dd681bbf92b9fbe857cc90e89cfe96d44522a2727540902310a9ed6"
> +
> +inherit setuptools3 pypi
> +
> +# DEPENDS_default: python-pip
> +
> +DEPENDS += " \
> +        python3-pip \
> +        python3-pbr \
> +        "
> +
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> +        python3-pbr-native \
> +        "
> +
> +# RDEPENDS_default: 
> +RDEPENDS_${PN} += " \
> +        python3-pbr \
> +        python3-six \
> +        python3-oslo.messaging \
> +        python3-oslo.log \
> +        python3-oslo.utils \
> +        python3-webob \
> +        python3-requests \
> +        python3-netaddr \
> +        python3-oslo.concurrency \
> +        "
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



  reply	other threads:[~2020-12-21 22:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-15  7:20 [meta-virtualization] [PATCH 1/7] python3-pyscss: Change to python3 zhengruoqin
2020-12-15  7:21 ` [meta-virtualization] [PATCH 2/7] python3-httpretty: change RDEPENDS zhengruoqin
2020-12-15  7:21   ` [meta-virtualization] [PATCH 3/7] python3-repoze.lru: " zhengruoqin
2020-12-15  7:21     ` [meta-virtualization] [PATCH 4/7] python3-paste: remove RDEPENDS zhengruoqin
2020-12-15  7:22       ` [meta-virtualization] [PATCH 5/7] python3-django-pyscss: Change to python3 zhengruoqin
2020-12-15  7:22         ` [meta-virtualization] [PATCH 6/7] python3-glance-store: " zhengruoqin
2020-12-15  7:22           ` [meta-virtualization] [PATCH 7/7] python3-osprofiler: upgrade 2.9.0 -> 3.4.0 zhengruoqin
2020-12-21 22:16             ` Bruce Ashfield [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-17 14:13 zhengruoqin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201221221629.GB22844@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=zhengrq.fnst@cn.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.