]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
utils/scanpypi: don't hardcode python2
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 30 Mar 2018 21:48:07 +0000 (23:48 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 05:53:58 +0000 (07:53 +0200)
commit1490558b75f2d28fdf11745a1977872b33d82b98
treeff16aa5084e26078a2a175b7781f29e44d900448
parentb28d77789a4ba327532674efd6250b8634a99feb
utils/scanpypi: don't hardcode python2

Commit 3a0c20c5309b (scanpypi: add support for Python3) adapted the script
to work with python 3.x, but the shebang still said python2 making it
unlikely to work on systems without python 2.x.

Change it to just 'python' instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/scanpypi