Accepting request 798127 from devel:languages:python

- Depend on python-dateutil not just dateutil to solve on Leap

OBS-URL: https://build.opensuse.org/request/show/798127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pendulum?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-04-27 21:37:09 +00:00 committed by Git OBS Bridge
commit 8e16f6bdd8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 27 08:48:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Depend on python-dateutil not just dateutil to solve on Leap
-------------------------------------------------------------------
Mon Apr 20 10:58:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

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