$ git diff --patch-with-stat --summary 54333c705cd58e9fdb321bd48dc0e5d66fbb2e22..d8bce8a244477d32c8c26513d6734675e7e2c094
python-html2text.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/python-html2text.spec b/python-html2text.spec
index c9e2980..9ec828b 100644
--- a/python-html2text.spec
+++ b/python-html2text.spec
@@ -2,7 +2,7 @@
Name: python-html2text
Version: 2025.4.15
-Release: 2
+Release: 3
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
Group: Development/Python
License: GPLv3
@@ -12,6 +12,7 @@ BuildArch: noarch
BuildRequires: python
BuildRequires: pkgconfig(python)
BuildRequires: python%{pyver}dist(setuptools)
+BuildRequires: python%{pyver}dist(setuptools-scm)
BuildRequires: python%{pyver}dist(pip)
Provides: pythonegg(html2text)