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