From f0e7974f3eeca4d7f37be3361cc2b5335cd697d7541c69a40dc954e22dcbe2f0 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 27 Oct 2025 11:27:44 +0000 Subject: [PATCH] - Remove not needed update-alternatives BuildRequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=294 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index e6bda7e..c70d54b 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 27 11:27:05 UTC 2025 - Daniel Garcia + +- Remove not needed update-alternatives BuildRequires + ------------------------------------------------------------------- Tue May 13 15:45:23 UTC 2025 - Dirk Müller diff --git a/python-setuptools.spec b/python-setuptools.spec index a6696fb..ce50c37 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,7 +1,7 @@ # # spec file for package python-setuptools # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,8 +65,6 @@ BuildRequires: %{python_module base >= 3.9} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python-rpm-packaging -Requires(post): update-alternatives -Requires(postun): update-alternatives BuildArch: noarch %if %{with test} BuildRequires: %{python_module build}