From 4866c39eb730ef88013ee2bdda769ae5488ff6d1 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 8 Aug 2024 09:15:13 +0200 Subject: [PATCH] Remove unnecessary Requires on python3-six python3.12-six is not available on RHEL 8, so this breaks installation of the package. The dependency is no longer needed since: https://github.com/llvm/llvm-project/commit/5ed6d99a8311e54762df3d40dfb1d12578aaa4f5 --- packages.spec.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/packages.spec.inc b/packages.spec.inc index 09008eb..0d0773b 100644 --- a/packages.spec.inc +++ b/packages.spec.inc @@ -342,7 +342,6 @@ The package contains header files for the LLDB debugger. %{?python_provide:%python_provide python%{python3_pkgversion}-lldb} Summary: Python module for LLDB -Requires: python%{python3_pkgversion}-six Requires: %{pkg_name_lldb}%{?_isa} = %{version}-%{release} %if 0%{?rhel} == 8