Accepting request 390772 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/390772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-04-28 14:55:08 +00:00 committed by Git OBS Bridge
commit 89d75ac762
2 changed files with 8 additions and 3 deletions

View File

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

View File

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