Accepting request 1076848 from home:pgajdos:python

- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1076848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-pw?expand=0&rev=17
This commit is contained in:
Ondřej Súkup 2023-04-03 10:43:08 +00:00 committed by Git OBS Bridge
parent 6a464b29b2
commit 3f6dcb87c7
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 3 08:17:21 UTC 2023 - pgajdos@suse.com
- python-six is not required
-------------------------------------------------------------------
Wed Dec 14 08:47:02 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-git-pw
#
# 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
@ -33,7 +33,6 @@ BuildRequires: %{python_module pyaml >= 5.1}
BuildRequires: %{python_module pytest >= 3.0}
BuildRequires: %{python_module requests > 2.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.12}
BuildRequires: %{python_module tabulate >= 0.8}
BuildRequires: fdupes
BuildRequires: git-core
@ -43,7 +42,6 @@ Requires: python-arrow >= 0.10
Requires: python-click >= 6.0
Requires: python-pyaml >= 5.1
Requires: python-requests > 2.0
Requires: python-six >= 1.12
Requires: python-tabulate >= 0.8
Provides: %{modname} = %{version}
Obsoletes: %{modname} < %{version}
@ -56,7 +54,7 @@ git-pw is a tool for integrating Git with Patchwork, the web-based patch
tracking system.
%prep
%setup -q -n %{modname}-%{version}
%autosetup -p1 -n %{modname}-%{version}
%build
%python_build