diff --git a/python-RTFDE.changes b/python-RTFDE.changes index cabf451..b483fd0 100644 --- a/python-RTFDE.changes +++ b/python-RTFDE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 24 00:40:28 UTC 2024 - Guang Yee + +- Enable sle15_python_module_pythons. + ------------------------------------------------------------------- Wed May 8 16:47:00 UTC 2024 - Hans-Peter Jansen diff --git a/python-RTFDE.spec b/python-RTFDE.spec index db2c6be..f9dedba 100644 --- a/python-RTFDE.spec +++ b/python-RTFDE.spec @@ -17,6 +17,7 @@ # +%{?sle15_python_module_pythons} Name: python-RTFDE Version: 0.1.1 Release: 0 @@ -24,10 +25,10 @@ Summary: A library for extracting HTML content from RTF encapsulated HTML License: LGPL-3.0-or-later URL: https://github.com/seamustuohy/RTFDE Source: https://files.pythonhosted.org/packages/source/R/RTFDE/RTFDE-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module lark >= 1.1.8} BuildRequires: %{python_module oletools >= 0.56}