This request is superseded by
request 1093399
(Show diff)
Overview
Request 1093388 superseded
- Don't declare python3-clang as noarch: Python packages are
installed into %{_libdir}.
- Created by aaronpuchert
- In state superseded
- Superseded by 1093399
- Open review for opensuse-review-team
- Open review for openSUSE:Factory:Staging:adi:59
Loading...
Request History
aaronpuchert created request
- Don't declare python3-clang as noarch: Python packages are
installed into %{_libdir}.
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
dimstar_suse added as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:59"
dimstar_suse accepted review
Picked "openSUSE:Factory:Staging:adi:59"
Please consider staging in
adi:11
to resolve theinstallcheck
issue there.puthon_sitelib is not libdir - it is not at h dependent. Only python_sitearch is
Maybe there is a packaging mistake here:
whereas
Seems like the Clang bindings, unlike the LLDB bindings, don't end up in
%python_sitearch
but in%python_sitelib
, because they don't have a link to an arch-dependent library. So the Conflicts/Provides pair is actually wrong and should use%python_sitelib
, right?