Re: [FFmpeg-devel] [PATCH] Tools: drop hard dependency on python2

2018-08-23 Thread Michael Niedermayer
On Thu, Aug 23, 2018 at 11:54:25AM +0200, Mayeul Cantan wrote: > Some tools had an artificial dependency on python2: zmqshell.py and > normalize.py > > This patch changes the requested environment to a generic "python", > and add parenthesis to the "print" calls. 2to3 shows no other > modificatio

[FFmpeg-devel] [PATCH] Tools: drop hard dependency on python2

2018-08-23 Thread Mayeul Cantan
Some tools had an artificial dependency on python2: zmqshell.py and normalize.py This patch changes the requested environment to a generic "python", and add parenthesis to the "print" calls. 2to3 shows no other modifications are needed, so I expect this to be okay. Please note that this was untes