From c55f4800ecb606097736904cd70b669da97512e8b2557c4280dbd8b22a88f09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 15 Jul 2025 12:53:41 +0000 Subject: [PATCH] Accepting request 1293316 from home:dancermak:branches:devel:languages:python Require cached-property for python < 3.8 OBS-URL: https://build.opensuse.org/request/show/1293316 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=153 --- python-osc-tiny.changes | 5 +++++ python-osc-tiny.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 6f381a4..4e4ca7f 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 15 08:26:34 UTC 2025 - Dan Čermák + +- Require cached-property for python < 3.8 + ------------------------------------------------------------------- Tue Jul 01 09:24:42 UTC 2025 - maintenance-obs-robot diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 2de7017..6719c2d 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -52,6 +52,8 @@ BuildRequires: %{python_module cached-property if %python-base < 3.8} %else BuildRequires: %{python_module cached-property} %endif +Requires: %{python_module cached-property if %python-base < 3.8} + %python_subpackages %description