1
0
Dr. Werner Fink 2021-07-05 13:57:32 +00:00 committed by Git OBS Bridge
parent 82773d0515
commit f1ad9ff188

View File

@ -21,7 +21,7 @@
%define texlive_version 2021
%define texlive_previous 2020
%define texlive_release 20210325
%define texlive_noarch 185
%define texlive_noarch 186
#!BuildIgnore: texlive
#!BuildIgnore: texlive-scripts
@ -19734,6 +19734,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
for scr in %{_texmfdistdir}/doc/latex/scanpages/replicate.py
do
test -e %{buildroot}/$scr || continue
head -n 1 %{buildroot}/$scr | grep -q python3 && continue
ed %{buildroot}/${scr} <<-'EOF'
1
s@python@python3@