Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-18 Thread wangmy
g Sent: Friday, June 17, 2022 10:31 PM To: Wang, Mingyu/王 鸣瑜 Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe Why should this be added to oe-core? You have an empty git log with no justification. We also do not typically take pre-r

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Tim Orling
Why should this be added to oe-core? You have an empty git log with no justification. We also do not typically take pre-release components to oe-core (the version is a release candidate). You also need to add a maintainer entry. On Thu, Jun 16, 2022 at 11:25 PM wangmy wrote: > Signed-off-by:

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Ross Burton
> +#RDEPENDS:${PN} += "python3-profile python3-logging” Remove the line entirely or remove the comment, but don’t have commented-out lines in recipes. Ross IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/06/2022 14:17:06+0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > This causes the following error: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3713/steps/15/logs/stdio > > 2022-06-17 08:06:44,127 - oe-selftest - INFO - >

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following error: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3713/steps/15/logs/stdio 2022-06-17 08:06:44,127 - oe-selftest - INFO - distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase) 2022-06-17 08:06:44,128 - oe-selftest - INFO - ...

[OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread wangmy
Signed-off-by: Wang Mingyu --- .../python/python3-exceptiongroup_1.0.0rc8.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb diff --git