SHA256
1
0
forked from pool/breezy

Accepting request 975963 from home:StevenK:branches:devel:tools:scm

- Remove unneeded {Build,}Requires on python3-six.

OBS-URL: https://build.opensuse.org/request/show/975963
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=17
This commit is contained in:
Martin Pluskal 2022-05-10 07:17:20 +00:00 committed by Git OBS Bridge
parent 0434e502f8
commit 4af09981cc
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 10 05:26:43 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded {Build,}Requires on python3-six.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 14 17:22:36 UTC 2021 - Matej Cepl <mcepl@suse.com> Wed Jul 14 17:22:36 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package breezy # spec file for package breezy
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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
@ -36,7 +36,6 @@ Requires: python3-configobj
Requires: python3-dulwich >= 0.19.11 Requires: python3-dulwich >= 0.19.11
Requires: python3-fastimport >= 0.9.8 Requires: python3-fastimport >= 0.9.8
Requires: python3-patiencediff Requires: python3-patiencediff
Requires: python3-six >= 1.9.0
Suggests: python3-launchpadlib >= 1.6.3 Suggests: python3-launchpadlib >= 1.6.3
Provides: bzr = %{version} Provides: bzr = %{version}
Obsoletes: bzr < %{version} Obsoletes: bzr < %{version}
@ -47,7 +46,6 @@ BuildRequires: python3-fastimport >= 0.9.8
BuildRequires: python3-fixtures >= 1.3.0 BuildRequires: python3-fixtures >= 1.3.0
BuildRequires: python3-patiencediff BuildRequires: python3-patiencediff
BuildRequires: python3-python-subunit BuildRequires: python3-python-subunit
BuildRequires: python3-six >= 1.9.0
BuildRequires: python3-testtools BuildRequires: python3-testtools
# /SECTION # /SECTION