From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: dylantdmt@gmail.com
Cc: meta-virtualization@lists.yoctoproject.org,
Dylan Turner <dylan.turner@ni.com>
Subject: Re: [meta-virtualization] [PATCH] python-psycopg: switched from distutils to setuptools
Date: Thu, 1 Dec 2022 16:49:05 -0500 [thread overview]
Message-ID: <20221201214903.GA30616@gmail.com> (raw)
In-Reply-To: <20221128222527.13035-1-dylantdmt@gmail.com> <20221128232300.14201-1-dylantdmt@gmail.com>
both of these are merged.
Thanks for the changes, I've been trying to make time to get m-c-s
cleaned up, and this helps a lot!
Bruce
In message: [meta-virtualization] [PATCH] python-psycopg: switched from distutils to setuptools
on 28/11/2022 dylantdmt@gmail.com wrote:
> From: Dylan Turner <dylan.turner@ni.com>
>
> ---
> meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
> index d054214b..94787e6f 100644
> --- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
> +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
> @@ -12,7 +12,7 @@ SRC_URI += " \
> SRC_URI[md5sum] = "9e7d6f695fc7f8d1c42a7905449246c9"
> SRC_URI[sha256sum] = "eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e"
>
> -inherit distutils3 pypi
> +inherit setuptools3 pypi
>
> DEPENDS += " \
> postgresql \
> --
> 2.38.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7702): https://lists.yoctoproject.org/g/meta-virtualization/message/7702
> Mute This Topic: https://lists.yoctoproject.org/mt/95323888/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
In message: [meta-virtualization] [PATCH] qpid-python: switch from distutils3 to setuptools3
on 28/11/2022 dylantdmt@gmail.com wrote:
> From: Dylan Turner <dylan.turner@ni.com>
>
> ---
> meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb
> index 9db46859..3a486b4f 100644
> --- a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb
> +++ b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb
> @@ -12,4 +12,5 @@ SRC_URI[sha256sum] = "3ca55a5aa11fbbd4e26cb4cdafc9658489c159acadceac60c89d4bfb5c
>
> S = "${WORKDIR}/qpid-${PV}/python"
>
> -inherit distutils3
> +inherit setuptools3
> +
> --
> 2.38.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7701): https://lists.yoctoproject.org/g/meta-virtualization/message/7701
> Mute This Topic: https://lists.yoctoproject.org/mt/95322675/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2022-12-01 21:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-28 22:25 [PATCH] qpid-python: switch from distutils3 to setuptools3 dylantdmt
2022-11-28 23:23 ` [PATCH] python-psycopg: switched from distutils to setuptools dylantdmt
2022-12-01 21:49 ` 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=20221201214903.GA30616@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=dylan.turner@ni.com \
--cc=dylantdmt@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/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.