diff --git a/python-freezegun.changes b/python-freezegun.changes index d9cb119..f069ef1 100644 --- a/python-freezegun.changes +++ b/python-freezegun.changes @@ -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 diff --git a/python-freezegun.spec b/python-freezegun.spec index 8446a05..d6ac0fb 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -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()")}