perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / sysutils / fio / patches / 03-py39.patch
blobec1a38794998df1f1701b7a9aa471851384cdc5d
1 Change the interpreter to a specific version of python
3 --- fio-3.28/tools/hist/fio-histo-log-pctiles.py-orig Wed Sep 8 09:59:48 2021
4 +++ fio-3.28/tools/hist/fio-histo-log-pctiles.py Tue Nov 23 14:46:37 2021
5 @@ -1,4 +1,4 @@
6 -#!/usr/bin/env python3
7 +#!/usr/bin/python3.9
9 # module to parse fio histogram log files, not using pandas
10 # runs in python v2 or v3
11 --- fio-3.28/tools/plot/fio2gnuplot-orig Wed Sep 8 09:59:48 2021
12 +++ fio-3.28/tools/plot/fio2gnuplot Tue Nov 23 14:48:49 2021
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/env python3
15 +#!/usr/bin/python3.9
16 # Note: this script is python2 and python3 compatible.
18 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
19 --- fio-3.28/tools/fio_jsonplus_clat2csv-orig Wed Sep 8 09:59:48 2021
20 +++ fio-3.28/tools/fio_jsonplus_clat2csv Tue Nov 23 14:50:43 2021
21 @@ -1,4 +1,4 @@
22 -#!/usr/bin/env python3
23 +#!/usr/bin/python3.9
24 # Note: this script is python2 and python3 compatible.
26 """
27 --- fio-3.28/tools/fiologparser.py-orig Wed Sep 8 09:59:48 2021
28 +++ fio-3.28/tools/fiologparser.py Tue Nov 23 15:10:36 2021
29 @@ -1,4 +1,4 @@
30 -#!/usr/bin/env python3
31 +#!/usr/bin/python3.9
32 # Note: this script is python2 and python 3 compatible.
34 # fiologparser.py