From 195002770f6c5252a108953e39dbd39a84ad0349b901289ee638667340fcf545 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Feb 2016 15:06:02 +0000 Subject: [PATCH] Accepting request 361703 from home:tbechtold:branches:devel:languages:python - Require python-python-dateutil. package was renamed OBS-URL: https://build.opensuse.org/request/show/361703 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-freezegun?expand=0&rev=7 --- python-freezegun.changes | 5 +++++ python-freezegun.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-freezegun.changes b/python-freezegun.changes index d9cb119..f069ef1 100644 --- a/python-freezegun.changes +++ b/python-freezegun.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 26 13:08:39 UTC 2016 - tbechtold@suse.com + +- Require python-python-dateutil. package was renamed + ------------------------------------------------------------------- Fri Sep 4 13:28:47 UTC 2015 - toddrme2178@gmail.com diff --git a/python-freezegun.spec b/python-freezegun.spec index 8446a05..d6ac0fb 100644 --- a/python-freezegun.spec +++ b/python-freezegun.spec @@ -1,7 +1,7 @@ # # spec file for package python-freezegun # -# Copyright (c) 2015 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 @@ -27,13 +27,13 @@ Source: https://pypi.python.org/packages/source/f/freezegun/freezegun-%{ # Patch0: freeze_hideDeps.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python -BuildRequires: python-setuptools BuildRequires: python-coverage -BuildRequires: python-dateutil > 2.0 BuildRequires: python-nose -BuildRequires: python-sure +BuildRequires: python-python-dateutil > 2.0 +BuildRequires: python-setuptools BuildRequires: python-six -Requires: python-dateutil > 2.0 +BuildRequires: python-sure +Requires: python-python-dateutil > 2.0 Requires: python-six %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()")}