- Use old conflicts/provides for python3-clang on Leap.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=32
This commit is contained in:
parent
4f952a9730
commit
f18f4b83ca
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 3 20:18:07 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
- Use old conflicts/provides for python3-clang on Leap.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 6 03:20:24 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
Wed Mar 6 03:20:24 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
@ -699,8 +699,13 @@ Summary: Python bindings for libclang
|
|||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: libclang%{_soclang} >= %{version}
|
Requires: libclang%{_soclang} >= %{version}
|
||||||
Requires: python3-base
|
Requires: python3-base
|
||||||
|
%if %{suse_version} > 1500
|
||||||
Conflicts: %{python3_sitelib}/clang/
|
Conflicts: %{python3_sitelib}/clang/
|
||||||
Provides: %{python3_sitelib}/clang/
|
Provides: %{python3_sitelib}/clang/
|
||||||
|
%else
|
||||||
|
Conflicts: %{python3_sitearch}/clang/
|
||||||
|
Provides: %{python3_sitearch}/clang/
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n python3-clang%{_sonum}
|
%description -n python3-clang%{_sonum}
|
||||||
|
Loading…
Reference in New Issue
Block a user