From 63677733f14fb01ce82f4ec6b107e7b8a7e19600efd6a379d7dd67037dcc306d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Feb 2016 14:50:07 +0000 Subject: [PATCH] Accepting request 361670 from home:tbechtold:branches:devel:languages:python - Require python-python-dateutil. package was renamed OBS-URL: https://build.opensuse.org/request/show/361670 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=2 --- python-arrow.changes | 5 +++++ python-arrow.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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()")}