From 1751270b480cbcbf977d641a67210c164f5ce0125795f453f2810b161ff542e4 Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Thu, 1 Feb 2024 12:30:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/python-ly?expand=0&rev=3 --- python-ly.changes | 5 +++++ python-ly.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-ly.changes b/python-ly.changes index f5f42a5..e13519e 100644 --- a/python-ly.changes +++ b/python-ly.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 29 09:28:48 UTC 2024 - Ben Greiner + +- Enable SLE15 python module + ------------------------------------------------------------------- Sat Jun 17 12:54:34 UTC 2023 - Cor Blom diff --git a/python-ly.spec b/python-ly.spec index 91a1a3f..8a7fc6a 100644 --- a/python-ly.spec +++ b/python-ly.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-ly Version: 0.9.8 Release: 0 @@ -24,6 +25,7 @@ License: GPL-2.0-or-later URL: https://github.com/frescobaldi/python-ly Source: https://github.com/frescobaldi/python-ly/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: python-rpm-macros +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module lxml} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools}