d8307d
Use python3 for installed executable python scripts.
d8307d
d8307d
Fedora is a Python3-only distribution:
d8307d
https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
d8307d
d8307d
This fixes build failures where builders may strictly enforce only
d8307d
python3 during a transitional phase.
d8307d
d8307d
Author: Carlos O'Donell <carlos@redhat.com>
d8307d
d8307d
diff --git a/benchtests/scripts/compare_bench.py b/benchtests/scripts/compare_bench.py
d8307d
index ea25f778c09bba9d..b53beb3c6e32c3cf 100755
d8307d
--- a/benchtests/scripts/compare_bench.py
d8307d
+++ b/benchtests/scripts/compare_bench.py
d8307d
@@ -1,4 +1,4 @@
d8307d
-#!/usr/bin/python
d8307d
+#!/usr/bin/python3
d8307d
 # Copyright (C) 2015-2018 Free Software Foundation, Inc.
d8307d
 # This file is part of the GNU C Library.
d8307d
 #
d8307d
diff --git a/benchtests/scripts/import_bench.py b/benchtests/scripts/import_bench.py
d8307d
index 602b3f954d4801a6..76bf1528a5418748 100644
d8307d
--- a/benchtests/scripts/import_bench.py
d8307d
+++ b/benchtests/scripts/import_bench.py
d8307d
@@ -1,4 +1,4 @@
d8307d
-#!/usr/bin/python
d8307d
+#!/usr/bin/python3
d8307d
 # Copyright (C) 2015-2018 Free Software Foundation, Inc.
d8307d
 # This file is part of the GNU C Library.
d8307d
 #
d8307d
diff --git a/benchtests/scripts/validate_benchout.py b/benchtests/scripts/validate_benchout.py
d8307d
index 6147f05bec3a4844..9a5c7947ee4ed7e9 100755
d8307d
--- a/benchtests/scripts/validate_benchout.py
d8307d
+++ b/benchtests/scripts/validate_benchout.py
d8307d
@@ -1,4 +1,4 @@
d8307d
-#!/usr/bin/python
d8307d
+#!/usr/bin/python3
d8307d
 # Copyright (C) 2014-2018 Free Software Foundation, Inc.
d8307d
 # This file is part of the GNU C Library.
d8307d
 #