diff --git a/python-croniter.changes b/python-croniter.changes index c21d441..1f3d5c3 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 08:15:37 UTC 2016 - dmueller@suse.com + +- switch to python-python-dateutil + ------------------------------------------------------------------- Mon Sep 15 08:45:58 UTC 2014 - tbechtold@suse.com diff --git a/python-croniter.spec b/python-croniter.spec index 3aaad5b..e00bb25 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -1,7 +1,7 @@ # # spec file for package python-croniter # -# Copyright (c) 2014 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 @@ -28,10 +28,10 @@ BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: unzip # Test requirements: -BuildRequires: python-dateutil BuildRequires: python-nose +BuildRequires: python-python-dateutil BuildRequires: python-pytz -Requires: python-dateutil +Requires: python-python-dateutil BuildRoot: %{_tmppath}/%{name}-%{version}-build %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()")}