Accepting request 748891 from devel:languages:python

- Add dependency on the full python (which is not pulled by
  setuptools anymore). Use %{pythons} macro now.

OBS-URL: https://build.opensuse.org/request/show/748891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-freezegun?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2019-11-22 09:24:47 +00:00 committed by Git OBS Bridge
commit 99501ea525
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 14 19:05:26 CET 2019 - Matej Cepl <mcepl@suse.com>
- Add dependency on the full python (which is not pulled by
setuptools anymore). Use %{pythons} macro now.
-------------------------------------------------------------------
Tue Jul 2 18:11:23 CEST 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-freezegun
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -33,11 +33,13 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil > 2.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{pythons}
%ifpython2
BuildRequires: python-mock
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python
Requires: python-python-dateutil > 2.0
Requires: python-six
BuildArch: noarch