From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Wang Mingyu <wangmy@cn.fujitsu.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH 6/6] python3-oslo.middleware: Change python to python3
Date: Fri, 24 Jul 2020 13:13:34 -0400 [thread overview]
Message-ID: <20200724171331.GA30636@gmail.com> (raw)
In-Reply-To: <1595311098-1934-3-git-send-email-wangmy@cn.fujitsu.com> <1595311098-1934-2-git-send-email-wangmy@cn.fujitsu.com> <1595311098-1934-5-git-send-email-wangmy@cn.fujitsu.com> <1595311098-1934-4-git-send-email-wangmy@cn.fujitsu.com> <1595311098-1934-1-git-send-email-wangmy@cn.fujitsu.com> <1595311284-1985-1-git-send-email-wangmy@cn.fujitsu.com> <1595311292-2022-1-git-send-email-wangmy@cn.fujitsu.com> <1595311300-2059-1-git-send-email-wangmy@cn.fujitsu.com> <1595311307-2096-1-git-send-email-wangmy@cn.fujitsu.com> <1595311315-2133-1-git-send-email-wangmy@cn.fujitsu.com>
Thanks for the updates .. getting rid of the remaining python2 is a priority
and this helps a lot.
Cheers,
Bruce
In message: [meta-virtualization][PATCH 6/6] python3-oslo.middleware: Change python to python3
on 21/07/2020 Wang Mingyu wrote:
> Version updated to : 4.1.0
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
> .../python/python-oslo.middleware_git.bb | 42 ------------------
> .../python/python3-oslo.middleware_git.bb | 43 +++++++++++++++++++
> 2 files changed, 43 insertions(+), 42 deletions(-)
> delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
> create mode 100644 meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
> deleted file mode 100644
> index b5a6835..0000000
> --- a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
> +++ /dev/null
> @@ -1,42 +0,0 @@
> -DESCRIPTION = "Oslo Middleware library"
> -HOMEPAGE = "http://launchpad.net/oslo"
> -SECTION = "devel/python"
> -LICENSE = "Apache-2"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
> -
> -PV = "3.30.1+git${SRCPV}"
> -SRCREV = "d9ad4bae1e0d6c43a009d393ac94f7ff50116171"
> -
> -SRCNAME = "oslo.middleware"
> -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
> -
> -S = "${WORKDIR}/git"
> -
> -inherit setuptools3
> -
> -# 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-jinja2 \
> - python-oslo.config \
> - python-oslo.context \
> - python-oslo.i18n \
> - python-oslo.utils \
> - python-six \
> - python-stevedore \
> - python-webob \
> - python-debtcollector \
> - python-statsd \
> - "
> diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb
> new file mode 100644
> index 0000000..a481818
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb
> @@ -0,0 +1,43 @@
> +DESCRIPTION = "Oslo Middleware library"
> +HOMEPAGE = "http://launchpad.net/oslo"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
> +
> +PV = "4.1.0+git${SRCPV}"
> +SRCREV = "7355d905bc0e6b7d8884e290cc26895eed0f7179"
> +
> +SRCNAME = "oslo.middleware"
> +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit setuptools3
> +
> +# DEPENDS_default: python3-pip
> +
> +DEPENDS += " \
> + python3-pip \
> + python3-pbr \
> + "
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> + python3-pbr-native \
> + "
> +
> +
> +# RDEPENDS_default:
> +RDEPENDS_${PN} += " \
> + python3-pbr \
> + python3-jinja2 \
> + python3-oslo.config \
> + python3-oslo.context \
> + python3-oslo.i18n \
> + python3-oslo.utils \
> + python3-six \
> + python3-stevedore \
> + python3-webob \
> + python3-debtcollector \
> + python3-statsd \
> + python3-monotonic \
> + "
> --
> 2.25.1
>
>
>
>
prev parent reply other threads:[~2020-07-24 17:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-21 5:58 [meta-virtualization][PATCH] python3-barbicanclient: Change python to python3 Wang Mingyu
2020-07-21 5:58 ` [meta-virtualization][PATCH] python3-oslo.rootwrap: " Wang Mingyu
2020-07-21 5:58 ` [meta-virtualization][PATCH] python3-sqlalchemy-migrate: " Wang Mingyu
2020-07-21 5:58 ` [meta-virtualization][PATCH] python3-suds-jurko: " Wang Mingyu
2020-07-21 5:58 ` [meta-virtualization][PATCH 1/6] python3-oslo.log: " Wang Mingyu
2020-07-21 6:01 ` [meta-virtualization][PATCH 2/6] python3-oslo.concurrency: " Wang Mingyu
2020-07-21 6:01 ` [meta-virtualization][PATCH 3/6] python3-oslo.service: " Wang Mingyu
2020-07-21 6:01 ` [meta-virtualization][PATCH 4/6] python3-os-win: " Wang Mingyu
2020-07-21 6:01 ` [meta-virtualization][PATCH 5/6] python-oslo.policy: " Wang Mingyu
2020-07-21 6:01 ` [meta-virtualization][PATCH 6/6] python3-oslo.middleware: " Wang Mingyu
2020-07-24 17:13 ` Bruce Ashfield [this message]
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=20200724171331.GA30636@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=wangmy@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.