2 Commits

2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 30 15:30:06 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
- Add BuildRequires: %{python_module tzdata} to fix timezone test to ensure access to the timezone database
-------------------------------------------------------------------
Mon Jan 20 07:06:26 UTC 2025 - Sebastian Wagner <sebix@sebix.at>

View File

@@ -1,7 +1,7 @@
#
# spec file for package cookiecutter
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -59,6 +59,7 @@ BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.18.0}
BuildRequires: %{python_module tzdata}
# /SECTION
# SECTION Documentation requirements
BuildRequires: python3-Sphinx