Accepting request 361703 from home:tbechtold:branches:devel:languages:python

- Require python-python-dateutil. package was renamed

OBS-URL: https://build.opensuse.org/request/show/361703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=7
This commit is contained in:
Dirk Mueller 2016-02-26 15:06:02 +00:00 committed by Git OBS Bridge
parent 867696fd58
commit 195002770f
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 26 13:08:39 UTC 2016 - tbechtold@suse.com
- Require python-python-dateutil. package was renamed
-------------------------------------------------------------------
Fri Sep 4 13:28:47 UTC 2015 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-freezegun
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@ -27,13 +27,13 @@ Source: https://pypi.python.org/packages/source/f/freezegun/freezegun-%{
# Patch0: freeze_hideDeps.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python
BuildRequires: python-setuptools
BuildRequires: python-coverage
BuildRequires: python-dateutil > 2.0
BuildRequires: python-nose
BuildRequires: python-sure
BuildRequires: python-python-dateutil > 2.0
BuildRequires: python-setuptools
BuildRequires: python-six
Requires: python-dateutil > 2.0
BuildRequires: python-sure
Requires: python-python-dateutil > 2.0
Requires: python-six
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}