diff --git a/python-arrow.changes b/python-arrow.changes index c07bc12..d8c2d42 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 26 12:54:58 UTC 2016 - tbechtold@suse.com + +- Require python-python-dateutil. package was renamed + ------------------------------------------------------------------- Wed Aug 6 08:03:23 UTC 2014 - toddrme2178@gmail.com diff --git a/python-arrow.spec b/python-arrow.spec index 1aef1cc..4c3c17f 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -1,7 +1,7 @@ # # spec file for package python-arrow # -# 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 @@ -25,10 +25,10 @@ Group: Development/Languages/Python Url: http://crsmithdev.com/arrow Source: https://pypi.python.org/packages/source/a/arrow/arrow-%{version}.tar.gz BuildRequires: python-chai -BuildRequires: python-dateutil BuildRequires: python-devel BuildRequires: python-nose -Requires: python-dateutil +BuildRequires: python-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()")}