Accepting request 579634 from devel:languages:python

- Drop python-sure BuildRequires. Add python-mock BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/579634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-freezegun?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-02-25 10:32:18 +00:00 committed by Git OBS Bridge
commit f28136b0d0
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 20:12:29 UTC 2018 - tbechtold@suse.com
- Drop python-sure BuildRequires. Add python-mock BuildRequires.
-------------------------------------------------------------------
Mon May 22 17:13:40 UTC 2017 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-freezegun
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -28,15 +28,15 @@ License: Apache-2.0
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/f/freezegun/freezegun-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module devel}
BuildRequires: %{python_module python-dateutil > 2.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module python-dateutil > 2.0}
BuildRequires: %{python_module six}
%if %{with tests}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module sure}
%endif
Requires: python-python-dateutil > 2.0
Requires: python-six