From f91a8254902ff732a2511c9e7cd6bf6ae82bb7136807cc4246a61cfb178e8b89 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 24 Mar 2023 12:48:46 +0000 Subject: [PATCH] - Remove not needed requirement python-setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=40 --- python-click.changes | 5 +++++ python-click.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-click.changes b/python-click.changes index 9ea1d7f..b63cbff 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 24 12:48:15 UTC 2023 - Daniel Garcia + +- Remove not needed requirement python-setuptools + ------------------------------------------------------------------- Sun Jun 5 14:19:36 UTC 2022 - Arun Persaud diff --git a/python-click.spec b/python-click.spec index 7e93bfd..ff45aec 100644 --- a/python-click.spec +++ b/python-click.spec @@ -1,7 +1,7 @@ # # spec file for package python-click # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,6 @@ %define oldpython python %define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-click Version: 8.1.3 Release: 0 @@ -32,7 +31,6 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-setuptools BuildArch: noarch %if "%{python_flavor}" == "python36" Requires: python-importlib-metadata