Accepting request 1085106 from home:dgarcia:branches:security:SELinux

- Add python-wheel build dependency to build correctly with latest
  python-pip version.
Look at staging:H to see the actual problem
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:H/libselinux-bindings/standard/x86_64

OBS-URL: https://build.opensuse.org/request/show/1085106
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=152
This commit is contained in:
Johannes Segitz 2023-05-05 13:50:20 +00:00 committed by Git OBS Bridge
parent 71d3be4288
commit 781fce764f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 5 12:35:31 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Add python-wheel build dependency to build correctly with latest
python-pip version.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 4 14:04:04 UTC 2023 - Frederic Crozat <fcrozat@suse.com> Thu May 4 14:04:04 UTC 2023 - Frederic Crozat <fcrozat@suse.com>

View File

@ -38,6 +38,7 @@ Patch5: python3.8-compat.patch
Patch6: swig4_moduleimport.patch Patch6: swig4_moduleimport.patch
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: libsepol-devel-static >= %{libsepol_ver} BuildRequires: libsepol-devel-static >= %{libsepol_ver}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python3-devel BuildRequires: python3-devel