diff --git a/python-odorik.changes b/python-odorik.changes index 7624273..62172b1 100644 --- a/python-odorik.changes +++ b/python-odorik.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 26 13:12:45 UTC 2016 - tbechtold@suse.com + +- Require python-python-dateutil. package was renamed + ------------------------------------------------------------------- Mon Jul 13 09:56:24 UTC 2015 - mcihar@suse.cz diff --git a/python-odorik.spec b/python-odorik.spec index 8ddb04e..5de36d4 100644 --- a/python-odorik.spec +++ b/python-odorik.spec @@ -1,7 +1,7 @@ # # spec file for package python-odorik # -# Copyright (c) 2015 SUSE LINUX 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 @@ -24,13 +24,13 @@ License: GPL-3.0+ Group: Development/Languages/Python Url: http://cihar.com/software/odorik/ Source: https://pypi.python.org/packages/source/o/odorik/odorik-%{version}.tar.bz2 -BuildRequires: python-dateutil BuildRequires: python-devel BuildRequires: python-httpretty BuildRequires: python-pytest +BuildRequires: python-python-dateutil BuildRequires: python-sphinx BuildRequires: python-xdg -Requires: python-dateutil +Requires: python-python-dateutil Requires: python-xdg BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110