0b26f7
Use python3 for installed executable python scripts.
0b26f7
0b26f7
Fedora is a Python3-only distribution:
0b26f7
https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
0b26f7
0b26f7
This fixes build failures where builders may strictly enforce only
0b26f7
python3 during a transitional phase.
0b26f7
0b26f7
Author: Carlos O'Donell <carlos@redhat.com>
0b26f7
0b26f7
diff --git a/benchtests/scripts/compare_bench.py b/benchtests/scripts/compare_bench.py
0b26f7
index 6fcbd0803808e5ca..d43db393d63433bc 100755
0b26f7
--- a/benchtests/scripts/compare_bench.py
0b26f7
+++ b/benchtests/scripts/compare_bench.py
0b26f7
@@ -1,4 +1,4 @@
0b26f7
-#!/usr/bin/python
0b26f7
+#!/usr/bin/python3
0b26f7
 # Copyright (C) 2015-2021 Free Software Foundation, Inc.
0b26f7
 # This file is part of the GNU C Library.
0b26f7
 #
0b26f7
diff --git a/benchtests/scripts/import_bench.py b/benchtests/scripts/import_bench.py
0b26f7
index a799b4e1b7dc6f30..3286e267168e83bf 100644
0b26f7
--- a/benchtests/scripts/import_bench.py
0b26f7
+++ b/benchtests/scripts/import_bench.py
0b26f7
@@ -1,4 +1,4 @@
0b26f7
-#!/usr/bin/python
0b26f7
+#!/usr/bin/python3
0b26f7
 # Copyright (C) 2015-2021 Free Software Foundation, Inc.
0b26f7
 # This file is part of the GNU C Library.
0b26f7
 #