14
0

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
This commit is contained in:
2025-07-15 12:53:41 +00:00
committed by Git OBS Bridge
parent 9983ce7030
commit c55f4800ec
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 15 08:26:34 UTC 2025 - Dan Čermák <dcermak@suse.com>
- Require cached-property for python < 3.8
-------------------------------------------------------------------
Tue Jul 01 09:24:42 UTC 2025 - maintenance-obs-robot <maintenance-automation-team@suse.de>

View File

@@ -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