Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-21 Thread Khem Raj
We need to move to py3 supported version as that will be matter of least resistance perhaps I get the point about lts version but we can see if that can be made an exception when is next lts planned ? Maintaining a py2 version is also a possibility we can make it parse only when py2 layer is in m

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-21 Thread Konrad Weihmann
Thanks for pointing me to that - I just tested it and it even works, when all python2-stuff is replaced by python3. So one thing to stop worrying about... On 21.01.20 18:27, Martin Jansa wrote: There is nodejs upgrade to 12.x on oe-devel ML: http://lists.openembedded.org/pipermail/openembedded-de

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-21 Thread Adrian Bunk
On Tue, Jan 21, 2020 at 06:27:57PM +0100, Martin Jansa wrote: > There is nodejs upgrade to 12.x on oe-devel ML: > http://lists.openembedded.org/pipermail/openembedded-devel/2020-January/204363.html > so we won't be staying on 10.x, but if 12.x isn't enough to build without > meta-python2, then we m

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-21 Thread Martin Jansa
There is nodejs upgrade to 12.x on oe-devel ML: http://lists.openembedded.org/pipermail/openembedded-devel/2020-January/204363.html so we won't be staying on 10.x, but if 12.x isn't enough to build without meta-python2, then we might need 13.x :/. On Tue, Jan 21, 2020 at 6:09 PM Konrad Weihmann w

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-21 Thread Konrad Weihmann
On 20.01.20 12:22, Ross Burton wrote: > npm needing Py2 is just disappointing.  Surely someone has ported it > to py3 by now? > Any news on that? From what I see nodejs is fully supporting python3 on build host, only in 13.x branch (in 11.x and 12.x it's marked 'experimental', whatever that me

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-20 Thread Andreas M?ller
On Mon, Jan 20, 2020 at 7:15 PM Denys Dmytriyenko wrote: > > On Fri, Jan 17, 2020 at 09:55:55PM +0100, Andreas Müller wrote: > > On Fri, Jan 17, 2020 at 9:21 PM Denys Dmytriyenko wrote: > > > > > > On Fri, Jan 17, 2020 at 09:15:09PM +0100, Andreas M?ller wrote: > > > > On Fri, Jan 17, 2020 at 7:3

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-20 Thread Denys Dmytriyenko
On Fri, Jan 17, 2020 at 09:55:55PM +0100, Andreas Müller wrote: > On Fri, Jan 17, 2020 at 9:21 PM Denys Dmytriyenko wrote: > > > > On Fri, Jan 17, 2020 at 09:15:09PM +0100, Andreas M?ller wrote: > > > On Fri, Jan 17, 2020 at 7:35 PM Khem Raj wrote: > > > > > > > > On 1/17/20 6:16 AM, Ross Burton

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-20 Thread Ross Burton
On 17/01/2020 20:55, Andreas M?ller wrote: 2. I did not ask for stopping this - just asked how to continue and I did that for certain reasons: For example: Few minutes ago we saw a series for npm rework on oe-core. Unfortunately npm as is requires python2 and many modules. npm needing Py2 is ju

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-19 Thread Randy MacLeod
On 1/19/20 12:05 PM, Andreas M?ller wrote: On Sun, Jan 19, 2020 at 2:59 PM Richard Purdie wrote: On Fri, 2020-01-17 at 13:28 -0800, Khem Raj wrote: On Fri, Jan 17, 2020 at 12:15 PM Andreas Müller < schnitzelt...@gmail.com> wrote: On Fri, Jan 17, 2020 at 7:35 PM Khem Raj wrote: On 1/17/20 6

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-19 Thread Andreas M?ller
On Sun, Jan 19, 2020 at 2:59 PM Richard Purdie wrote: > > On Fri, 2020-01-17 at 13:28 -0800, Khem Raj wrote: > > On Fri, Jan 17, 2020 at 12:15 PM Andreas Müller < > > schnitzelt...@gmail.com> wrote: > > > On Fri, Jan 17, 2020 at 7:35 PM Khem Raj > > > wrote: > > > > On 1/17/20 6:16 AM, Ross Burto

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-19 Thread Richard Purdie
On Fri, 2020-01-17 at 13:28 -0800, Khem Raj wrote: > On Fri, Jan 17, 2020 at 12:15 PM Andreas Müller < > schnitzelt...@gmail.com> wrote: > > On Fri, Jan 17, 2020 at 7:35 PM Khem Raj > > wrote: > > > On 1/17/20 6:16 AM, Ross Burton wrote: > > > > Python 2 ceased being maintained on the 1st January

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-17 Thread Khem Raj
On Fri, Jan 17, 2020 at 12:15 PM Andreas Müller wrote: > > On Fri, Jan 17, 2020 at 7:35 PM Khem Raj wrote: > > > > On 1/17/20 6:16 AM, Ross Burton wrote: > > > Python 2 ceased being maintained on the 1st January 2020. We've already > > > removed all users of it from oe-core so the final step is

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-17 Thread Randy MacLeod
On 1/17/20 3:55 PM, Andreas M?ller wrote: On Fri, Jan 17, 2020 at 9:21 PM Denys Dmytriyenko wrote: On Fri, Jan 17, 2020 at 09:15:09PM +0100, Andreas M?ller wrote: On Fri, Jan 17, 2020 at 7:35 PM Khem Raj wrote: On 1/17/20 6:16 AM, Ross Burton wrote: Python 2 ceased being maintained on the

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-17 Thread Andreas M?ller
On Fri, Jan 17, 2020 at 9:21 PM Denys Dmytriyenko wrote: > > On Fri, Jan 17, 2020 at 09:15:09PM +0100, Andreas M?ller wrote: > > On Fri, Jan 17, 2020 at 7:35 PM Khem Raj wrote: > > > > > > On 1/17/20 6:16 AM, Ross Burton wrote: > > > > Python 2 ceased being maintained on the 1st January 2020. We

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-17 Thread Denys Dmytriyenko
On Fri, Jan 17, 2020 at 09:15:09PM +0100, Andreas M?ller wrote: > On Fri, Jan 17, 2020 at 7:35 PM Khem Raj wrote: > > > > On 1/17/20 6:16 AM, Ross Burton wrote: > > > Python 2 ceased being maintained on the 1st January 2020. We've already > > > removed all users of it from oe-core so the final st

Re: [yocto] [RFC PATCH] python: remove Python 2 and all supporting classes

2020-01-17 Thread Andreas M?ller
On Fri, Jan 17, 2020 at 7:35 PM Khem Raj wrote: > > On 1/17/20 6:16 AM, Ross Burton wrote: > > Python 2 ceased being maintained on the 1st January 2020. We've already > > removed all users of it from oe-core so the final step is to move the > > recipe and supporting classes to meta-python2. > > >