Accepting request 781228 from Application:ERP:GNUHealth:3.6

- added pytzdata as dependency

OBS-URL: https://build.opensuse.org/request/show/781228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=3
This commit is contained in:
Matej Cepl 2020-03-03 21:25:12 +00:00 committed by Git OBS Bridge
parent c41d0abc66
commit 6eaf7aa65c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 3 13:59:44 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- added pytzdata as dependency
-------------------------------------------------------------------
Mon Aug 26 18:55:13 UTC 2019 - Axel Braun <axel.braun@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pendulum
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -30,8 +30,9 @@ Source: https://files.pythonhosted.org/packages/source/p/%{modname}/%{mo
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytz >= 2018.3
Requires: python-python-dateutil >= 2.6
Requires: python-pytz >= 2018.3
Requires: python-pytzdata >= 2018.3
Requires: python-typing
%python_subpackages