Remove no longer needed RIGHT-TO-LEFT OVERRIDE stripping

See https://github.com/pypa/pip/pull/12517

[skip changelog]
This commit is contained in:
Miro Hrončok 2025-05-03 09:43:56 +02:00
commit 274df105b5

View file

@ -211,10 +211,6 @@ ln -s %{python_wheel_dir} tests/data/common_wheels
rm -v src/pip/_vendor/distlib/*.exe
sed -i '/\.exe/d' pyproject.toml
# Remove RIGHT-TO-LEFT OVERRIDE from AUTHORS.txt
# https://github.com/pypa/pip/pull/12046
%{python3} -c 'from pathlib import Path; p = Path("AUTHORS.txt"); p.write_text("".join(c for c in p.read_text() if c != "\u202e"))'
# Remove unused test requirements
sed -Ei '/(pytest-(cov|xdist|rerunfailures)|proxy\.py)/d' tests/requirements.txt