Change python to python2 03/324203/1 accepted/tizen_unified tizen accepted/tizen/unified/20250515.012443
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 14 May 2025 04:30:11 +0000 (13:30 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 14 May 2025 04:30:11 +0000 (13:30 +0900)
Change-Id: Iea20155ef1df0e3f7f49dc42662c1f6e807fb2e2

configure.py
deps/node/node.gyp
deps/node/tools/gyp/gyp
deps/node/tools/gyp/gyp_main.py

index 075a6ebb4a496e9fb742a71cd1fc14c49af92b0d..99bb0a4d2174a95b937c41ebb12036a10d1d3166 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 from __future__ import print_function
 import ast
index 9c5b2e7bcd07afb75625c258ae3c41cb6d7ca075..dfdee46037ab1ddcedccb032d704b6a9ce2f6b11 100644 (file)
               'outputs': ['<(SHARED_INTERMEDIATE_DIR)/openssl.def'],
               'process_outputs_as_sources': 1,
               'action': [
-                'python',
+                'python2',
                 'tools/mkssldef.py',
                 '<@(mkssldef_flags)',
                 '-o',
           'conditions': [
             ['lwnode=="true" and external_builtins=="true"', {
               'action': [
-                'python', '<@(_inputs)',
+                'python2', '<@(_inputs)',
                 '--external',
                 '--target', '<@(_outputs)',
               ]}, {
               'action': [
-                'python', '<@(_inputs)',
+                'python2', '<@(_inputs)',
                 '--target', '<@(_outputs)',
               ],
             }]
index 1b8b9bdfb05f58974c87fce5e1dc6da73496b919..7c01529abae318f3aad60a6dcd8be0c470b50e20 100755 (executable)
@@ -5,4 +5,4 @@
 
 set -e
 base=$(dirname "$0")
-exec python "${base}/gyp_main.py" "$@"
+exec python2 "${base}/gyp_main.py" "$@"
index da696cfc4b1c3fff05e9190a3f4cb76ecc637a67..6d81cc21cf149d4c195d600c9b26ea2681415b23 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 # Copyright (c) 2009 Google Inc. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be