From e5574074ee598cac388f1b78aee24be04ca43842c14711a1b9d92e1dbabfacf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 28 Mar 2024 10:39:24 +0000 Subject: [PATCH] Accepting request 1163279 from home:ecsos:python - Fix build error for Leap. OBS-URL: https://build.opensuse.org/request/show/1163279 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=34 --- python-jsonpickle.changes | 5 +++++ python-jsonpickle.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-jsonpickle.changes b/python-jsonpickle.changes index c66d022..6eacfea 100644 --- a/python-jsonpickle.changes +++ b/python-jsonpickle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 28 09:33:40 UTC 2024 - ecsos + +- Fix build error for Leap. + ------------------------------------------------------------------- Sat Mar 16 08:34:57 UTC 2024 - Dirk Müller diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index a606c17..f2a796d 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -38,9 +38,13 @@ Requires: python-importlib_metadata %endif BuildArch: noarch # SECTION test requirements +%if 0%{?suse_version} <= 1600 +BuildRequires: %{python_module tzdata} +%endif BuildRequires: %{python_module SQLAlchemy} BuildRequires: %{python_module ecdsa} -BuildRequires: %{python_module gmpy2} +BuildRequires: %{python_module feedparser} +BuildRequires: %{python_module gmpy2 if %python-base < 3.12} BuildRequires: %{python_module numpy} %if 0%{?suse_version} >= 1550 BuildRequires: %{python_module pandas}