- Remove not needed requirement python-setuptools

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=40
This commit is contained in:
Daniel Garcia 2023-03-24 12:48:46 +00:00 committed by Git OBS Bridge
parent 324486d8a6
commit f91a825490
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,6 @@
%define oldpython python %define oldpython python
%define skip_python2 1 %define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-click Name: python-click
Version: 8.1.3 Version: 8.1.3
Release: 0 Release: 0
@ -32,7 +31,6 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch BuildArch: noarch
%if "%{python_flavor}" == "python36" %if "%{python_flavor}" == "python36"
Requires: python-importlib-metadata Requires: python-importlib-metadata