Accepting request 400242 from devel:languages:python

- require python-setuptools (see bsc#983147)

OBS-URL: https://build.opensuse.org/request/show/400242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2016-06-12 16:53:13 +00:00 committed by Git OBS Bridge
commit 5ea169050e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 4 12:26:06 UTC 2016 - michael@stroeder.com
- require python-setuptools (see bsc#983147)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 5 17:13:09 UTC 2016 - michael@stroeder.com Thu May 5 17:13:09 UTC 2016 - michael@stroeder.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-keyring # spec file for package python-keyring
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -35,6 +35,7 @@ BuildRequires: python-pytest-runner
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: python-unittest2 BuildRequires: python-unittest2
%endif %endif
Requires: python-setuptools
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
Provides: python-keyring-kde = %{version} Provides: python-keyring-kde = %{version}