Accepting request 1093399 from devel:tools:compiler
- Fix conflicts/provides for python3-clang to point to %python3_sitelib instead of %python3_sitearch. OBS-URL: https://build.opensuse.org/request/show/1093399 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm13?expand=0&rev=15
This commit is contained in:
commit
b0507e2072
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 23:45:39 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Fix conflicts/provides for python3-clang to point to
|
||||
%python3_sitelib instead of %python3_sitearch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 21:37:34 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
|
@ -463,8 +463,8 @@ Summary: Python bindings for libclang
|
||||
Group: Development/Libraries/Python
|
||||
Requires: libclang%{_soclang} >= %{version}
|
||||
Requires: python3-base
|
||||
Conflicts: %{python3_sitearch}/clang/
|
||||
Provides: %{python3_sitearch}/clang/
|
||||
Conflicts: %{python3_sitelib}/clang/
|
||||
Provides: %{python3_sitelib}/clang/
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n python3-clang%{_sonum}
|
||||
|
Loading…
Reference in New Issue
Block a user