Re: [dpdk-dev] [PATCH 20.08] buildtools/map_to_def.py: drop python2 support

2020-05-14 Thread Burakov, Anatoly
On 13-May-20 1:48 PM, Bruce Richardson wrote: On Wed, May 13, 2020 at 12:54:21PM +0100, Burakov, Anatoly wrote: On 13-May-20 12:02 PM, Bruce Richardson wrote: The build scripts called from meson all use python3 as meson itself depends upon python3. Therefore there is no need for python2 compati

Re: [dpdk-dev] [PATCH 20.08] buildtools/map_to_def.py: drop python2 support

2020-05-13 Thread Bruce Richardson
On Wed, May 13, 2020 at 12:54:21PM +0100, Burakov, Anatoly wrote: > On 13-May-20 12:02 PM, Bruce Richardson wrote: > > The build scripts called from meson all use python3 as meson itself depends > > upon python3. Therefore there is no need for python2 compatibility in these > > script files. > > >

Re: [dpdk-dev] [PATCH 20.08] buildtools/map_to_def.py: drop python2 support

2020-05-13 Thread Burakov, Anatoly
On 13-May-20 12:02 PM, Bruce Richardson wrote: The build scripts called from meson all use python3 as meson itself depends upon python3. Therefore there is no need for python2 compatibility in these script files. Signed-off-by: Bruce Richardson --- I think there was a reimplementation of chec

[dpdk-dev] [PATCH 20.08] buildtools/map_to_def.py: drop python2 support

2020-05-13 Thread Bruce Richardson
The build scripts called from meson all use python3 as meson itself depends upon python3. Therefore there is no need for python2 compatibility in these script files. Signed-off-by: Bruce Richardson --- buildtools/map_to_def.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a