From 869a6046904057ac615a6c298deb0be54fddf62d8966c83dae5931c294e68f10 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sun, 16 Apr 2023 07:40:07 +0000 Subject: [PATCH] Accepting request 1079671 from home:iznogood:branches:devel:languages:python - Add explicit {python_module pytzdata} BuildRequires and python-pytzdata Requires, needed for build in Tumbleweed now. OBS-URL: https://build.opensuse.org/request/show/1079671 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=63 --- python-limnoria.changes | 6 ++++++ python-limnoria.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-limnoria.changes b/python-limnoria.changes index 8a34b99..7fb1427 100644 --- a/python-limnoria.changes +++ b/python-limnoria.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 15 21:14:18 UTC 2023 - Bjørn Lie + +- Add explicit {python_module pytzdata} BuildRequires and + python-pytzdata Requires, needed for build in Tumbleweed now. + ------------------------------------------------------------------- Sat Dec 3 17:40:29 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-limnoria.spec b/python-limnoria.spec index 180febe..a0e2a92 100644 --- a/python-limnoria.spec +++ b/python-limnoria.spec @@ -36,6 +36,7 @@ BuildRequires: %{python_module ecdsa} BuildRequires: %{python_module feedparser} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module python-gnupg} +BuildRequires: %{python_module pytzdata} BuildRequires: %{python_module pytz if %python-base < 3.9} # pyxmpp2-scram not available, the code actually covers the non-availability #BuildRequires: %%{python_module pyxmpp2-scram} @@ -52,6 +53,7 @@ Requires: python-ecdsa Requires: python-feedparser Requires: python-python-dateutil Requires: python-python-gnupg +Requires: python-pytzdata #Requires: python-pyxmpp2-scram %if 0%{?python_version_nodots} < 39 Requires: python-pytz