!6 修复编译报错找不到setuptools_scm_git_archive问题

From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-02-01 01:04:18 +00:00 committed by Gitee
commit af7628cff8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-cheroot
Version: 9.0.0
Release: 1
Release: 2
Summary: Highly-optimized, pure-python HTTP server
License: BSD-3-Clause
URL: https://cheroot.cherrypy.org
@ -57,6 +57,7 @@ Documentation for cheroot
%prep
%autosetup -n cheroot-%{version}
sed -i '/setuptools_scm_git_archive/d' setup.cfg
%build
%py3_build
@ -96,6 +97,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Jan 31 2023 wulei <wulei80@h-partners.com> - 9.0.0-2
- Remove setuptools_scm_git_archive
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 9.0.0-1
- Update package to version 9.0.0