15
0
forked from pool/python-astral

Accepting request 845823 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/845823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astral?expand=0&rev=8
This commit is contained in:
2020-11-04 17:27:24 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 3 16:31:08 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix %check on Leap 15.2
-------------------------------------------------------------------
Fri Jun 12 15:00:14 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -25,6 +25,10 @@ Summary: Calculations for the position of the sun and moon
License: Apache-2.0
URL: https://github.com/sffjunkie/astral
Source: https://files.pythonhosted.org/packages/source/a/astral/astral-%{version}.tar.gz
%if 0%{?suse_version} <= 1500
# Not required for Tumbleweed
BuildRequires: %{python_module dataclasses}
%endif
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}