Fix setuptools_scm not finding the version

This commit is contained in:
Benjamin A. Beasley
2025-10-27 16:28:23 +00:00
parent 739938c1a3
commit bbaa1d430a
+8
View File
@@ -35,6 +35,14 @@ Summary: %{summary}
%{summary}.
%generate_buildrequires -p
export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}'
%build -p
export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}'
%check -a
%pytest -rs -v tests