From bb7dab0eab7456db2c789d54e9646062e48a8efc64795dd5b6aacfef48ca2bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 21 Feb 2018 07:05:03 +0000 Subject: [PATCH] Accepting request 578551 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/578551 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=7 --- python-arrow.changes | 7 +++++++ python-arrow.spec | 3 +++ 2 files changed, 10 insertions(+) diff --git a/python-arrow.changes b/python-arrow.changes index 5581e85..6a08043 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 20 20:59:15 UTC 2018 - arun@gmx.de + +- specfile: + * also require python-backports.functools_lru_cache during + installation + ------------------------------------------------------------------- Sat Feb 17 18:29:14 UTC 2018 - arun@gmx.de diff --git a/python-arrow.spec b/python-arrow.spec index bd82848..4bfc52b 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -36,6 +36,9 @@ BuildRequires: python-rpm-macros %if %{with python2} BuildRequires: python-backports.functools_lru_cache %endif +%ifpython2 +Requires: python-backports.functools_lru_cache +%endif Requires: python-python-dateutil BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch