- 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
This commit is contained in:
Tomáš Chvátal 2020-04-27 08:59:06 +00:00 committed by Git OBS Bridge
parent 88fa3fe7c3
commit 114883ba80
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}