File remove-usr-local-bin-shebangs.patch of Package python3.42323
--- Tools/pybench/pybench.py | 2 +- Tools/scripts/fixps.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: Python-3.4.10/Tools/pybench/pybench.py =================================================================== --- Python-3.4.10.orig/Tools/pybench/pybench.py 2019-03-18 17:51:26.000000000 +0100 +++ Python-3.4.10/Tools/pybench/pybench.py 2026-01-16 02:30:55.032521913 +0100 @@ -1,4 +1,4 @@ -#!/usr/local/bin/python -O +#!/usr/bin/python3 -O """ A Python Benchmark Suite Index: Python-3.4.10/Tools/scripts/fixps.py =================================================================== --- Python-3.4.10.orig/Tools/scripts/fixps.py 2019-03-18 17:51:26.000000000 +0100 +++ Python-3.4.10/Tools/scripts/fixps.py 2026-01-16 02:31:20.504445972 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # Fix Python script(s) to reference the interpreter via /usr/bin/env python. # Warning: this overwrites the file without making a backup.