Remove six removal

This is already gone upstream since:
5ed6d99a83
This commit is contained in:
Nikita Popov 2024-08-02 10:30:58 +00:00
parent 12e29a89d4
commit 1d1565d4bd

View file

@ -231,9 +231,6 @@ rm -fv %{buildroot}%{_libdir}/liblldb*.a
liblldb=$(basename $(readlink -e %{buildroot}%{_libdir}/liblldb.so))
ln -vsf "../../../${liblldb}" %{buildroot}%{python3_sitearch}/lldb/_lldb.so
%py_byte_compile %{__python3} %{buildroot}%{python3_sitearch}/lldb
# remove bundled six.py
rm -f %{buildroot}%{python3_sitearch}/six.*
%endif
#endregion