Accepting request 1098586 from home:shunghsiyu:branches:security:SELinux

Add python3-setuptools as a runtime requirement of python3-setools (boo#1213305)

OBS-URL: https://build.opensuse.org/request/show/1098586
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/setools?expand=0&rev=93
This commit is contained in:
Johannes Segitz 2023-07-17 15:00:50 +00:00 committed by Git OBS Bridge
parent 9ae288d38d
commit 9b3cfd1f26
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 14 04:58:38 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
- Add python3-setuptools as a runtime requirement of python3-setools
(boo#1213305)
-------------------------------------------------------------------
Wed Apr 26 11:17:30 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>

View File

@ -74,6 +74,7 @@ Summary: Python bindings for SELinux policy analysis
License: LGPL-2.0-only
Group: Development/Languages/Python
Requires: python3 >= 3.4
Requires: python3-setuptools
Obsoletes: python-setools < %{version}-%{release}
Provides: python-setools = %{version}-%{release}
%if "%{python3_primary_provider}" != "python3"