From 114883ba80782dc9320f9534bc7fe1a7e399cf66135cc0b868f934a0112c246b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 27 Apr 2020 08:59:06 +0000 Subject: [PATCH] - Depend on python-dateutil not just dateutil to solve on Leap OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=9 --- python-pendulum.changes | 5 +++++ python-pendulum.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pendulum.changes b/python-pendulum.changes index 80361f6..b221a33 100644 --- a/python-pendulum.changes +++ b/python-pendulum.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 08:48:57 UTC 2020 - Tomáš Chvátal + +- Depend on python-dateutil not just dateutil to solve on Leap + ------------------------------------------------------------------- Mon Apr 20 10:58:48 UTC 2020 - Tomáš Chvátal diff --git a/python-pendulum.spec b/python-pendulum.spec index 8180908..629883c 100644 --- a/python-pendulum.spec +++ b/python-pendulum.spec @@ -26,8 +26,8 @@ Group: Development/Languages/Python URL: https://pendulum.eustace.io # https://github.com/sdispater/pendulum/issues/453 Source: https://github.com/sdispater/pendulum/archive/%{version}.tar.gz -BuildRequires: %{python_module dateutil >= 2.6} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module python-dateutil >= 2.6} BuildRequires: %{python_module pytz >= 2018.3} BuildRequires: %{python_module pytzdata >= 2018.3} BuildRequires: %{python_module setuptools}