From 5bb39a0c911ca840c4e374b5a0f3e314da413922 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Tue, 11 Feb 2025 03:19:48 +0000 Subject: [PATCH] Fix build error for missing setuptools_scm --- python-crudini.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-crudini.spec b/python-crudini.spec index 2be98d9..e9207b4 100644 --- a/python-crudini.spec +++ b/python-crudini.spec @@ -2,7 +2,7 @@ Name: python-crudini Version: 0.9.5 -Release: 1 +Release: 2 Summary: A utility for manipulating ini files License: GPLv2 URL: http://github.com/pixelb/crudini @@ -20,6 +20,7 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-iniparse +BuildRequires: python3-setuptools_scm Requires: python3-iniparse %description -n python3-crudini crudini A utility for manipulating ini files @@ -79,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Feb 11 2025 tzing - 0.9.5-2 +- Fix build error for missing setuptools_scm + * Fri Jul 26 2024 liudy - 0.9.5-1 - Update version to 0.9.5 - Support converting whole ini file to shell syntax -- Gitee