Re: [oe] [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow

2024-05-01 Thread Guðni Már Gilbert
To add to the previous message, when I run the same check on other common packages like python3, I also get a few hits. But I get similar noise for dbg, src, doc, dev packages as in python3-twisted. Maybe those can be filtered out or ignored. WARNING: python3-3.12.3-r0 do_package: QA Issue: FIL

Re: [oe] [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow

2024-05-01 Thread Khem Raj
On Wed, May 1, 2024 at 9:00 AM Guðni Már Gilbert via lists.openembedded.org wrote: > > Hi, I found even more files which don't exist. Please ignore this patch. > Thanks for heads up. I will look for v2. > I added locally a new QA error which will produce a warning when a > non-existent file in

Re: [oe] [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow

2024-05-01 Thread Guðni Már Gilbert
Hi, I found even more files which don't exist. Please ignore this patch. I added locally a new QA error which will produce a warning when a non-existent file in FILES is found since manually trying to find these is just time consuming and I will miss something. This is what my QA check outputs:

[oe] [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow

2024-05-01 Thread Guðni Már Gilbert
The flow module was removed in Twisted 9.0.0 a long time and currently does not install anything. Let's remove it to cleanup the recipe. Signed-off-by: Guðni Már Gilbert --- .../recipes-devtools/python/python3-twisted_24.3.0.bb | 8 1 file changed, 8 deletions(-) diff --git a/meta-