Accepting request 1203224 from home:yeey:branches:home:yeey:OpenWebUI

- Enable sle15_python_module_pythons.

OBS-URL: https://build.opensuse.org/request/show/1203224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-RTFDE?expand=0&rev=3
This commit is contained in:
2024-09-25 07:56:05 +00:00
committed by Git OBS Bridge
parent 749ef2bb3f
commit 3ddc8510da
2 changed files with 7 additions and 1 deletions

View File

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