Blame SOURCES/qtdeclarative-python-shebang.patch

d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262.py b/tests/auto/qml/ecmascripttests/test262.py
d2bfcd
index 19551e3b..fb06e9ef 100755
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 #############################################################################
d2bfcd
 ##
d2bfcd
 ## Copyright (C) 2017 The Qt Company Ltd.
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/make.py b/tests/auto/qml/ecmascripttests/test262/make.py
d2bfcd
index 6594c5c5..c8ed7587 100755
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/make.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/make.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 # Copyright (C) 2016 the V8 project authors. All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.
d2bfcd
 
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/tools/generation/generator.py b/tests/auto/qml/ecmascripttests/test262/tools/generation/generator.py
d2bfcd
index 64a0ccf0..dda1d92f 100755
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/tools/generation/generator.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/tools/generation/generator.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 # Copyright (C) 2016 the V8 project authors. All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.
d2bfcd
 
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/tools/generation/test/run.py b/tests/auto/qml/ecmascripttests/test262/tools/generation/test/run.py
d2bfcd
index c21efa1b..e86e59b5 100755
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/tools/generation/test/run.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/tools/generation/test/run.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 # Copyright (C) 2016 the V8 project authors. All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.
d2bfcd
 
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/tools/lint/lint.py b/tests/auto/qml/ecmascripttests/test262/tools/lint/lint.py
d2bfcd
index 979616a5..e1aff4df 100755
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/tools/lint/lint.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/tools/lint/lint.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 # Copyright (C) 2017 Mike Pennisi. All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.
d2bfcd
 
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/tools/lint/test/run.py b/tests/auto/qml/ecmascripttests/test262/tools/lint/test/run.py
d2bfcd
index 9c83c794..f17f3892 100755
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/tools/lint/test/run.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/tools/lint/test/run.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 # Copyright (C) 2017 Mike Pennisi. All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.
d2bfcd
 
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/tools/packaging/monkeyYaml.py b/tests/auto/qml/ecmascripttests/test262/tools/packaging/monkeyYaml.py
d2bfcd
index 21c3fa42..21f0a236 100644
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/tools/packaging/monkeyYaml.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/tools/packaging/monkeyYaml.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 # Copyright 2014 by Sam Mikes.  All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.
d2bfcd
 
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/tools/packaging/parseTestRecord.py b/tests/auto/qml/ecmascripttests/test262/tools/packaging/parseTestRecord.py
d2bfcd
index 681039d3..2a3ffb2c 100644
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/tools/packaging/parseTestRecord.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/tools/packaging/parseTestRecord.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 
d2bfcd
 # Copyright 2011 by Google, Inc.  All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_common.py b/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_common.py
d2bfcd
index 0d6600b7..7b2e36a3 100644
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_common.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_common.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 
d2bfcd
 # Copyright 2014 by Sam Mikes.  All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_monkeyYaml.py b/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_monkeyYaml.py
d2bfcd
index 92d4e613..3b76a9bc 100644
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_monkeyYaml.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_monkeyYaml.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 
d2bfcd
 # Copyright 2014 by Sam Mikes.  All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.
d2bfcd
diff --git a/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_parseTestRecord.py b/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_parseTestRecord.py
d2bfcd
index 7d1e9a64..689f1211 100644
d2bfcd
--- a/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_parseTestRecord.py
d2bfcd
+++ b/tests/auto/qml/ecmascripttests/test262/tools/packaging/test/test_parseTestRecord.py
d2bfcd
@@ -1,4 +1,4 @@
d2bfcd
-#!/usr/bin/env python
d2bfcd
+#!/usr/bin/python3
d2bfcd
 
d2bfcd
 # Copyright 2014 by Sam Mikes.  All rights reserved.
d2bfcd
 # This code is governed by the BSD license found in the LICENSE file.