SHA256
1
0
forked from pool/python-arrow

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
This commit is contained in:
Dirk Mueller 2016-02-26 14:50:07 +00:00 committed by Git OBS Bridge
parent 4dde481d1b
commit 63677733f1
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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()")}