Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4e6b731dfa | |||
| 4b13714add | |||
| 2ad3d6ce18 | |||
| 4e518a8508 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Mon Jan 20 07:06:26 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cookiecutter
|
# spec file for package cookiecutter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -59,7 +59,6 @@ BuildRequires: %{python_module freezegun}
|
|||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests >= 2.18.0}
|
BuildRequires: %{python_module requests >= 2.18.0}
|
||||||
BuildRequires: %{python_module tzdata}
|
|
||||||
# /SECTION
|
# /SECTION
|
||||||
# SECTION Documentation requirements
|
# SECTION Documentation requirements
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
|
|||||||
Reference in New Issue
Block a user