Re: [oe] [PATCH 19/20] libcamera: skip until upstream resolves python 3.12 compatibility

2023-12-15 Thread Kieran Bingham
+libcamera-devel mailing list Quoting Alexander Kanavin (2023-12-15 07:52:38) > I'd note that imp module has been deprecated for years, so that's what > happens when deprecation warnings are ignored. Can you tell me more about what this issue is please? I'm not aware of it at all. -- Kieran >

Re: [oe] [PATCH 19/20] libcamera: skip until upstream resolves python 3.12 compatibility

2023-12-15 Thread Kieran Bingham
Quoting Kieran Bingham (2023-12-15 10:16:20) > +libcamera-devel mailing list > > Quoting Alexander Kanavin (2023-12-15 07:52:38) > > I'd note that imp module has been deprecated for years, so that's what > > happens when deprecation warnings are ignored. > > Can you tell me more about what this

Re: [oe] [PATCH 19/20] libcamera: skip until upstream resolves python 3.12 compatibility

2023-12-15 Thread Alexander Kanavin
That's right. This page provides hints for how to replace usage of imp with equivalents in importlib: https://docs.python.org/3.11/library/imp.html Alex On Fri, 15 Dec 2023 at 11:18, Kieran Bingham wrote: > > Quoting Kieran Bingham (2023-12-15 10:16:20) > > +libcamera-devel mailing list > > >

[oe] [PATCH 19/20] libcamera: skip until upstream resolves python 3.12 compatibility

2023-12-14 Thread Alexander Kanavin
I'd note that imp module has been deprecated for years, so that's what happens when deprecation warnings are ignored. Signed-off-by: Alexander Kanavin --- meta-multimedia/recipes-multimedia/libcamera/libcamera_0.1.0.bb | 1 + .../packagegroups/packagegroup-meta-multimedia.bb | 1 -