Re: [dpdk-dev] [PATCH v10 00/11] adding support for python 3 only

2020-10-02 Thread David Marchand
On Wed, Sep 30, 2020 at 1:45 PM Kevin Laatz wrote: > > This patch set converts all python scripts in the project to use > python3 only and removes all deprecation notices associated with these > changes. This is due to python2 being EOL in January 2020. > Squashed all as one patch (all commit log

[dpdk-dev] [PATCH v10 00/11] adding support for python 3 only

2020-09-30 Thread Kevin Laatz
This patch set converts all python scripts in the project to use python3 only and removes all deprecation notices associated with these changes. This is due to python2 being EOL in January 2020. --- v6: - rebased, removing conflict with make removal patchset. - added changes to buildtools/map_