Add clang-devel dep to python3-clang
python3-clang requires libclang.so, which is part of clang-devel.
This commit is contained in:
parent
a969e612e9
commit
be819276e8
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
Name: %pkg_name
|
Name: %pkg_name
|
||||||
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A C language family front-end for LLVM
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -248,7 +248,7 @@ clang-format integration for git.
|
|||||||
|
|
||||||
%package -n python3-clang
|
%package -n python3-clang
|
||||||
Summary: Python3 bindings for clang
|
Summary: Python3 bindings for clang
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
Requires: python3
|
Requires: python3
|
||||||
%description -n python3-clang
|
%description -n python3-clang
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -612,6 +612,9 @@ false
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 21 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-3
|
||||||
|
- Add clang-devel dep to python3-clang
|
||||||
|
|
||||||
* Mon Dec 12 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-2
|
* Mon Dec 12 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-2
|
||||||
- Backport patches for ucrt64 toolchain detection
|
- Backport patches for ucrt64 toolchain detection
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user