[gnome-continuous-yocto/gnomeostree-3.28-rocko: 615/8267] scripts: use python3 in shebang
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 615/8267] scripts: use python3 in shebang
- Date: Sat, 16 Dec 2017 20:40:31 +0000 (UTC)
commit 52c4b7f247618f185a11dfb1cf15d0490d074379
Author: Ed Bartosh <ed bartosh linux intel com>
Date: Fri May 20 11:57:25 2016 +0300
scripts: use python3 in shebang
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.
(From OE-Core rev: dad9617809c60ec5f11d4780b0afa1cffa1efed5)
Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
scripts/buildhistory-diff | 2 +-
scripts/devtool | 2 +-
scripts/oe-pkgdata-util | 2 +-
scripts/recipetool | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff
index dfebcdd..dc8b8f2 100755
--- a/scripts/buildhistory-diff
+++ b/scripts/buildhistory-diff
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Report significant differences in the buildhistory repository since a specific revision
#
diff --git a/scripts/devtool b/scripts/devtool
index 4dbb527..ff368dc 100755
--- a/scripts/devtool
+++ b/scripts/devtool
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# OpenEmbedded Development tool
#
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util
index a04e44d..b39d9b5 100755
--- a/scripts/oe-pkgdata-util
+++ b/scripts/oe-pkgdata-util
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# OpenEmbedded pkgdata utility
#
diff --git a/scripts/recipetool b/scripts/recipetool
index 6c66487..0e8bffb 100755
--- a/scripts/recipetool
+++ b/scripts/recipetool
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Recipe creation tool
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]