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}