15
0

Accepting request 1331498 from devel:languages:python

- Explicitly BuildRequires on pytz.

OBS-URL: https://build.opensuse.org/request/show/1331498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certomancer?expand=0&rev=5
This commit is contained in:
2026-02-06 18:09:40 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 6 01:16:34 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Explicitly BuildRequires on pytz.
-------------------------------------------------------------------
Mon Aug 11 06:24:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-certomancer
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -46,6 +46,7 @@ BuildRequires: %{python_module pyhanko-certvalidator}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil >= 2.8.1}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module requests-mock}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module tzlocal >= 2.1}