$ git show --format=fuller --patch-with-stat --summary fcbc360b658f6895b8e9e2ec8ee08ece46d06af6
commit fcbc360b658f6895b8e9e2ec8ee08ece46d06af6
Author: Crispin Boylan <crispin.boylan@beintrepid.co.uk>
AuthorDate: Sat Sep 3 17:54:56 2022 +0100
Commit: Crispin Boylan <crispin.boylan@beintrepid.co.uk>
CommitDate: Sat Sep 3 17:54:56 2022 +0100
Add missing extensions
---
python-setuptools_scm.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec
index 868f935..a4fe409 100644
--- a/python-setuptools_scm.spec
+++ b/python-setuptools_scm.spec
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 7.0.5
-Release: 1
+Release: 2
Group: Development/Python
Summary: Tool to manage python package versions by scm tags
@@ -18,7 +18,8 @@ BuildRequires: python3dist(tomli)
# FIXME why isn't this autodetected?
Provides: python3dist(setuptools-scm) = %{EVRD}
Provides: python%{pyver}dist(setuptools-scm) = %{EVRD}
-
+Requires: python%{pyver}dist(tomli)
+Requires: python%{pyver}dist(typing-extensions)
%description
Tool to manage python package versions by scm tags