@@ -73,7 +73,10 @@ AutoReqProv: no
Modules/getpath.c
%{l_shtool} subst \
-e 's;\+ *sys\.version\[:3\];;g' \
- Lib/*.py Lib/*/*.py
+ Lib/*.py Lib/*/*.py Lib/*/*/*.py
+ %{l_shtool} subst \
+ -e 's;python\$py_version_short;python;g' \
+ Lib/distutils/command/install.py
%build
CC="%{l_cc}" \