Remove /usr/bin/2to3-3.7
This commit is contained in:
parent
63459d7d2a
commit
08796195b5
@ -1072,6 +1072,10 @@ for Module in %{buildroot}/%{dynload_dir}/*.so ; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# There's no point of having this, as decided in
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1111275
|
||||||
|
rm %{buildroot}%{_bindir}/2to3-%{pybasever}
|
||||||
|
|
||||||
%if %{with flatpackage}
|
%if %{with flatpackage}
|
||||||
# Remove stuff that would conflict with python3 package
|
# Remove stuff that would conflict with python3 package
|
||||||
mv %{buildroot}%{_bindir}/python{3,%{pyshortver}}
|
mv %{buildroot}%{_bindir}/python{3,%{pyshortver}}
|
||||||
@ -1481,8 +1485,6 @@ fi
|
|||||||
%{_bindir}/idle%{pybasever}
|
%{_bindir}/idle%{pybasever}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# TODO: Remove 2to3-3.7 once rebased to 3.7
|
|
||||||
%{_bindir}/2to3-%{pybasever}
|
|
||||||
%{pylibdir}/Tools
|
%{pylibdir}/Tools
|
||||||
%doc %{pylibdir}/Doc
|
%doc %{pylibdir}/Doc
|
||||||
%if %{without flatpackage}
|
%if %{without flatpackage}
|
||||||
|
Loading…
Reference in New Issue
Block a user