Re: [dpdk-dev] [PATCH v4 7/9] devtools: support python3 only

2020-08-05 Thread Kinsella, Ray
On 04/08/2020 15:07, Louise Kilheeney wrote: > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Cc: Neil Horman > Cc: Ray Kinsella > > Signed-off-by: Louise Kilheeney > --- > devtools/update_version_map_abi.py | 7 +-- >

[dpdk-dev] [PATCH v4 7/9] devtools: support python3 only

2020-08-04 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Neil Horman Cc: Ray Kinsella Signed-off-by: Louise Kilheeney --- devtools/update_version_map_abi.py | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/devtool