Re: [oe] [meta-python][PATCH] python3-pexpect: change shebang to python3

2020-04-25 Thread Khem Raj
On Fri, Apr 24, 2020 at 10:00 PM Tim Orling wrote: > > meta-python2 has zero connection the meta-python. So it will not depend on > any inc files. > Thanks, perhaps this patch is ok then, merging inc and bb can be a different one. > On Fri, Apr 24, 2020 at 6:57 PM Khem Raj wrote: >> >> >> >>

Re: [oe] [meta-python][PATCH] python3-pexpect: change shebang to python3

2020-04-24 Thread Tim Orling
meta-python2 has zero connection the meta-python. So it will not depend on any inc files. On Fri, Apr 24, 2020 at 6:57 PM Khem Raj wrote: > > > On 4/23/20 6:13 PM, Changqing Li wrote: > > From: Changqing Li > > > > we have offcially dropped python2, so it is possible > > that our code run on

Re: [oe] [meta-python][PATCH] python3-pexpect: change shebang to python3

2020-04-24 Thread Khem Raj
On 4/23/20 6:13 PM, Changqing Li wrote: > From: Changqing Li > > we have offcially dropped python2, so it is possible > that our code run on python3 only host, so change > shebang to python3 to avoid error like: > python: command not found > > Signed-off-by: Changqing Li > --- >

[oe] [meta-python][PATCH] python3-pexpect: change shebang to python3

2020-04-23 Thread Changqing Li
From: Changqing Li we have offcially dropped python2, so it is possible that our code run on python3 only host, so change shebang to python3 to avoid error like: python: command not found Signed-off-by: Changqing Li --- .../python/python-pexpect.inc | 2 ++