All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow
@ 2024-05-01  8:18 Guðni Már Gilbert
  2024-05-01 16:00 ` Guðni Már Gilbert
  0 siblings, 1 reply; 4+ messages in thread
From: Guðni Már Gilbert @ 2024-05-01  8:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Guðni Már Gilbert

[-- Attachment #1: Type: text/plain, Size: 2532 bytes --]

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 <gudnimar@noxmedical.com>
---
 .../recipes-devtools/python/python3-twisted_24.3.0.bb     | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
index e5223ccd6..f203486fa 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
@@ -26,7 +26,6 @@ PACKAGES += "\
     ${PN}-runner \
     ${PN}-web \
     ${PN}-words \
-    ${PN}-flow \
     ${PN}-pair \
     ${PN}-core \
 "
@@ -70,7 +69,6 @@ RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols"
 RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols"
 RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols"
 RDEPENDS:${PN}-words += "${PN}-core"
-RDEPENDS:${PN}-flow += "${PN}-core"
 RDEPENDS:${PN}-pair += "${PN}-core"
 
 FILES:${PN}-test = " \
@@ -176,12 +174,6 @@ FILES:${PN}-words = " \
     ${PYTHON_SITEPACKAGES_DIR}/twisted/words \
 "
 
-FILES:${PN}-flow = " \
-    ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_flow.py* \
-    ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_flow*.pyc \
-    ${PYTHON_SITEPACKAGES_DIR}/twisted/flow \
-"
-
 FILES:${PN}-pair = " \
     ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_pair.py* \
     ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_pair*.pyc \
-- 
2.34.1

Disclaimer

The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.

This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast, a leader in email security and cyber resilience. Mimecast integrates email defenses with brand protection, security awareness training, web security, compliance and other essential capabilities. Mimecast helps protect large and small organizations from malicious activity, human error and technology failure; and to lead the movement toward building a more resilient world. To find out more, visit our website.

[-- Attachment #2: Type: text/html, Size: 2604 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow
  2024-05-01  8:18 [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow Guðni Már Gilbert
@ 2024-05-01 16:00 ` Guðni Már Gilbert
  2024-05-01 16:03   ` [oe] " Khem Raj
  2024-05-01 16:13   ` Guðni Már Gilbert
  0 siblings, 2 replies; 4+ messages in thread
From: Guðni Már Gilbert @ 2024-05-01 16:00 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 10759 bytes --]

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:

WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-news contains './usr/lib/python3.12/site-packages/twisted/plugins/twisted_news.py*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-news contains './usr/lib/python3.12/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-news contains './usr/lib/python3.12/site-packages/twisted/news' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-flow contains './usr/lib/python3.12/site-packages/twisted/plugins/twisted_flow.py*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-flow contains './usr/lib/python3.12/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-flow contains './usr/lib/python3.12/site-packages/twisted/flow' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-pair contains './usr/lib/python3.12/site-packages/twisted/plugins/twisted_pair.py*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-pair contains './usr/lib/python3.12/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc' but was not found.

I can confirm every single one of these errors are valid and will submit a patch to remove them later. Perhaps it would be useful to have an official check in openembedded-core? :)

My check is also producing a lot of noise, I'm not sure if these are valid. I might have added my check not in a optimal location in the code. Posting it below for those interested.

WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-src contains './usr/src/debug' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dbg contains './usr/lib/debug' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dbg contains './usr/lib/debug-static' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dbg contains './usr/src/debug' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './usr/lib/*.a' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './lib/*.a' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './usr/lib/python3-twisted/*.a' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './usr/lib/python3.12/site-packages/*.a' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/include' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './lib/lib*.so' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/lib*.so' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/*.la' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/*.o' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/pkgconfig' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/share/pkgconfig' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/share/aclocal' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './lib/*.o' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/python3-twisted/*.la' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './lib/*.la' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/cmake' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/share/cmake' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/python3.12/site-packages/*.la' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/doc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/man' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/info' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/gtk-doc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/gnome/help' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-locale contains './usr/share/locale' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/sbin/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/libexec/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/lib*.so.*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './etc' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './com' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './var' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './bin/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './sbin/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './lib/*.so.*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './lib/udev' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/udev' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './lib/udev' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/udev' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/python3-twisted' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/python3-twisted/*' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/pixmaps' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/applications' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/idl' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/omf' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/sounds' but was not found. [files-not-found]
WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/bonobo/servers' but was not found.

[-- Attachment #2: Type: text/html, Size: 11191 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow
  2024-05-01 16:00 ` Guðni Már Gilbert
@ 2024-05-01 16:03   ` Khem Raj
  2024-05-01 16:13   ` Guðni Már Gilbert
  1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2024-05-01 16:03 UTC (permalink / raw)
  To: gudnimar; +Cc: openembedded-devel

On Wed, May 1, 2024 at 9:00 AM Guðni Már Gilbert via
lists.openembedded.org
<gudnimar=noxmedical.com@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 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:
>
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-news contains './usr/lib/python3.12/site-packages/twisted/plugins/twisted_news.py*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-news contains './usr/lib/python3.12/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-news contains './usr/lib/python3.12/site-packages/twisted/news' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-flow contains './usr/lib/python3.12/site-packages/twisted/plugins/twisted_flow.py*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-flow contains './usr/lib/python3.12/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-flow contains './usr/lib/python3.12/site-packages/twisted/flow' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-pair contains './usr/lib/python3.12/site-packages/twisted/plugins/twisted_pair.py*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-pair contains './usr/lib/python3.12/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc' but was not found.
>
> I can confirm every single one of these errors are valid and will submit a patch to remove them later. Perhaps it would be useful to have an official check in openembedded-core? :)
>
> My check is also producing a lot of noise, I'm not sure if these are valid. I might have added my check not in a optimal location in the code. Posting it below for those interested.
>
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-src contains './usr/src/debug' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dbg contains './usr/lib/debug' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dbg contains './usr/lib/debug-static' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dbg contains './usr/src/debug' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './usr/lib/*.a' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './lib/*.a' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './usr/lib/python3-twisted/*.a' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-staticdev contains './usr/lib/python3.12/site-packages/*.a' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/include' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './lib/lib*.so' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/lib*.so' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/*.la' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/*.o' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/pkgconfig' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/share/pkgconfig' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/share/aclocal' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './lib/*.o' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/python3-twisted/*.la' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './lib/*.la' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/cmake' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/share/cmake' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-dev contains './usr/lib/python3.12/site-packages/*.la' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/doc' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/man' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/info' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/gtk-doc' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-doc contains './usr/share/gnome/help' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted-locale contains './usr/share/locale' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/sbin/*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/libexec/*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/lib*.so.*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './etc' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './com' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './var' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './bin/*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './sbin/*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './lib/*.so.*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './lib/udev' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/udev' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './lib/udev' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/udev' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/python3-twisted' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/python3-twisted/*' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/pixmaps' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/applications' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/idl' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/omf' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/share/sounds' but was not found. [files-not-found]
> WARNING: python3-twisted-24.3.0-r0 do_package: QA Issue: FILES variable for package python3-twisted contains './usr/lib/bonobo/servers' but was not found.
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#110204): https://lists.openembedded.org/g/openembedded-devel/message/110204
> Mute This Topic: https://lists.openembedded.org/mt/105837546/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow
  2024-05-01 16:00 ` Guðni Már Gilbert
  2024-05-01 16:03   ` [oe] " Khem Raj
@ 2024-05-01 16:13   ` Guðni Már Gilbert
  1 sibling, 0 replies; 4+ messages in thread
From: Guðni Már Gilbert @ 2024-05-01 16:13 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 5248 bytes --]

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: FILES variable for package python3-tests contains './usr/lib/python3.12/*/test' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-tests contains './usr/lib/python3.12/*/tests' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/bin/python3.12.real' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/UserDict.py' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/UserList.py' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/UserString.py' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/_abcoll.py' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/_bootlocale.py' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/imp.py' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/lib-dynload/__pycache__/_struct.*.so' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/lib-dynload/__pycache__/binascii.*.so' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/lib-dynload/__pycache__/time.*.so' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/lib-dynload/__pycache__/xreadlines.*.so' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/lib-dynload/_typing.*.so' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/lib-dynload/parser.*.so' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/lib-dynload/time.*.so' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/lib-dynload/xreadlines.*.so' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/new.py' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/sitecustomize.py' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/symbol.py' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/__pycache__/_bootlocale.*.pyc' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/__pycache__/imp.*.pyc' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/__pycache__/re.*.pyc' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/__pycache__/symbol.*.pyc' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-core contains './usr/lib/python3.12/__pycache__/traceback.*.pyc' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-tkinter contains './usr/lib/python3.12/lib-dynload/_tkinter.*.so' but was not found. [files-not-found]
WARNING: python3-3.12.3-r0 do_package: QA Issue: FILES variable for package python3-venv contains './usr/bin/pyvenv*' but was not found.

I haven't verified all of these, but can confirm that the imp.py module was removed in Python 3.12 so there is at least some truth to this. I wonder what else can be found.

[-- Attachment #2: Type: text/html, Size: 5464 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-01 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01  8:18 [meta-python][PATCH] python3-twisted: remove obsolete python3-twisted-flow Guðni Már Gilbert
2024-05-01 16:00 ` Guðni Már Gilbert
2024-05-01 16:03   ` [oe] " Khem Raj
2024-05-01 16:13   ` Guðni Már Gilbert

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.