SHA256
1
0
forked from pool/llvm14

- Make python3-clang noarch again and fix conflicts/provides to

point to %python3_sitelib instead of %python3_sitearch.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=53
This commit is contained in:
Aaron Puchert 2023-06-16 01:11:59 +00:00 committed by Git OBS Bridge
parent b6dee0918e
commit a707a3c5db
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 15 23:45:39 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Make python3-clang noarch again and fix conflicts/provides to
point to %python3_sitelib instead of %python3_sitearch.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 13 08:13:42 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org> Tue Jun 13 08:13:42 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -677,8 +677,9 @@ 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
Conflicts: %{python3_sitearch}/clang/ Conflicts: %{python3_sitelib}/clang/
Provides: %{python3_sitearch}/clang/ Provides: %{python3_sitelib}/clang/
BuildArch: noarch
%description -n python3-clang%{_sonum} %description -n python3-clang%{_sonum}
This package contains the Python bindings to clang (C language) This package contains the Python bindings to clang (C language)