Accepting request 1074172 from devel:languages:python

- Remove not needed requirement python-setuptools

OBS-URL: https://build.opensuse.org/request/show/1074172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2023-03-26 18:19:08 +00:00 committed by Git OBS Bridge
commit 161dd2ca32
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 24 12:48:15 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Remove not needed requirement python-setuptools
-------------------------------------------------------------------
Sun Jun 5 14:19:36 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -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