From 1d1565d4bd2ef69890195aaaa727be9d1ecab7c6 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 2 Aug 2024 10:30:58 +0000 Subject: [PATCH] Remove six removal This is already gone upstream since: https://github.com/llvm/llvm-project/commit/5ed6d99a8311e54762df3d40dfb1d12578aaa4f5 --- install.spec.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.spec.inc b/install.spec.inc index c94d3c8..1895d81 100644 --- a/install.spec.inc +++ b/install.spec.inc @@ -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