mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
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:
5ed6d99a83
This commit is contained in:
parent
05f7af9c0d
commit
4866c39eb7
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue