From 9b3cfd1f266e89d65caed2aaf149a3d8b82b7365dff5dc21100922adcb286a68 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 17 Jul 2023 15:00:50 +0000 Subject: [PATCH] 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 --- setools.changes | 6 ++++++ setools.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/setools.changes b/setools.changes index a4e8c02..2b75348 100644 --- a/setools.changes +++ b/setools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 14 04:58:38 UTC 2023 - Shung-Hsi Yu + +- Add python3-setuptools as a runtime requirement of python3-setools + (boo#1213305) + ------------------------------------------------------------------- Wed Apr 26 11:17:30 UTC 2023 - Filippo Bonazzi diff --git a/setools.spec b/setools.spec index e51d380..743ddd8 100644 --- a/setools.spec +++ b/setools.spec @@ -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"