All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Cc: meta-virtualization@yoctoproject.org, piotr.krol@3mdeb.com
Subject: Re: [m-c-s][PATCH] python-oauth2client: add python3 version
Date: Tue, 22 Oct 2019 23:00:14 -0400	[thread overview]
Message-ID: <20191023030013.GC60338@gmail.com> (raw)
In-Reply-To: <1571753912-14150-1-git-send-email-maciej.pijanowski@3mdeb.com>

merged.

Bruce

In message: [meta-virtualization] [m-c-s][PATCH] python-oauth2client: add python3 version
on 22/10/2019 Maciej Pijanowski wrote:

> Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
> ---
>  .../recipes-devtools/python/python-oauth2client.inc  | 18 ++++++++++++++++++
>  .../python/python-oauth2client_4.1.2.bb              | 20 ++------------------
>  .../python/python3-oauth2client_4.1.2.bb             |  2 ++
>  3 files changed, 22 insertions(+), 18 deletions(-)
>  create mode 100644 meta-openstack/recipes-devtools/python/python-oauth2client.inc
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.2.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-oauth2client.inc b/meta-openstack/recipes-devtools/python/python-oauth2client.inc
> new file mode 100644
> index 000000000000..d91fc463a6d1
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-oauth2client.inc
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "OAuth 2.0 client library"
> +AUTHOR = "Google Inc."
> +HOMEPAGE = "http://github.com/google/oauth2client/"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=038e1390e94fe637991fa5569daa62bc"
> +
> +inherit pypi
> +
> +SRC_URI[md5sum] = "bc30976cd1e859cd6199264a50c5ba72"
> +SRC_URI[sha256sum] = "bd3062c06f8b10c6ef7a890b22c2740e5f87d61b6e1f4b1c90d069cdfc9dadb5"
> +
> +RDEPENDS_${PN} += " \
> +        ${PYTHON_PN}-httplib2 \
> +        ${PYTHON_PN}-pyasn1 \
> +        ${PYTHON_PN}-pyasn1-modules \
> +        ${PYTHON_PN}-rsa \
> +        ${PYTHON_PN}-six \
> +        "
> diff --git a/meta-openstack/recipes-devtools/python/python-oauth2client_4.1.2.bb b/meta-openstack/recipes-devtools/python/python-oauth2client_4.1.2.bb
> index db0452fe4c87..5622422c4c30 100644
> --- a/meta-openstack/recipes-devtools/python/python-oauth2client_4.1.2.bb
> +++ b/meta-openstack/recipes-devtools/python/python-oauth2client_4.1.2.bb
> @@ -1,18 +1,2 @@
> -DESCRIPTION = "OAuth 2.0 client library"
> -AUTHOR = "Google Inc."
> -HOMEPAGE = "http://github.com/google/oauth2client/"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=038e1390e94fe637991fa5569daa62bc"
> -
> -inherit setuptools pypi
> -
> -SRC_URI[md5sum] = "bc30976cd1e859cd6199264a50c5ba72"
> -SRC_URI[sha256sum] = "bd3062c06f8b10c6ef7a890b22c2740e5f87d61b6e1f4b1c90d069cdfc9dadb5"
> -
> -RDEPENDS_${PN} += " \
> -        python-httplib2 \
> -        python-pyasn1 \
> -        python-pyasn1-modules \
> -        python-rsa \
> -        python-six \
> -        "
> +inherit setuptools
> +require python-oauth2client.inc
> diff --git a/meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.2.bb b/meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.2.bb
> new file mode 100644
> index 000000000000..96508007b2f3
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-oauth2client_4.1.2.bb
> @@ -0,0 +1,2 @@
> +inherit setuptools3
> +require python-oauth2client.inc
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


      reply	other threads:[~2019-10-23  3:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-22 14:18 [m-c-s][PATCH] python-oauth2client: add python3 version Maciej Pijanowski
2019-10-23  3:00 ` 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=20191023030013.GC60338@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=maciej.pijanowski@3mdeb.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=piotr.krol@3mdeb.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.