]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts: use python3 in shebang
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 20 May 2016 08:57:25 +0000 (11:57 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 07:10:03 +0000 (08:10 +0100)
As most of oe-test cases work for devtool and recipetool
it makes sense to switch both tools to python 3 by
explicitly referring to python3 in their shebangs.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/buildhistory-diff
scripts/devtool
scripts/oe-pkgdata-util
scripts/recipetool

index dfebcddf72d2146899e9d93831d7c826f764662b..dc8b8f236e7bec80d814a3d7b8986c7c0e3720e7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Report significant differences in the buildhistory repository since a specific revision
 #
index 4dbb527bc7581754c56645894af71f84b185b658..ff368dc2aeb03f5c07ab0711a6abd032923e9764 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # OpenEmbedded Development tool
 #
index a04e44d35a3afb806aeb699552c510fb3a54fc28..b39d9b566cc673eda9df22d4d5cbe1bd13547bb2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # OpenEmbedded pkgdata utility
 #
index 6c6648756980bf54578c76cc51e09af262b82838..0e8bffb5c05dd7b42ac0871c970d3b4d5d5f1d38 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Recipe creation tool
 #