From f9ab01a83862f95e85bafb847e7f660e87f0b995 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Thu, 21 Jan 2021 14:34:59 +0800 Subject: [PATCH] Modify buildrequires to fix build --- python-cheroot.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-cheroot.spec b/python-cheroot.spec index 1ac25e6..0344e50 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-cheroot Version: 8.4.5 -Release: 1 +Release: 2 Summary: Highly-optimized, pure-python HTTP server License: BSD URL: https://cheroot.cherrypy.org @@ -49,6 +49,7 @@ Summary: Highly-optimized, pure-python HTTP server Provides: python-cheroot BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm %description -n python3-cheroot The test suite currently relies on pytest. It's being run via Travis CI. @@ -60,6 +61,7 @@ Documentation for cheroot %prep %autosetup -n cheroot-8.4.5 +sed -i '/setuptools_scm_git_archive/d' setup.cfg %build %py3_build @@ -99,5 +101,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Nov 13 2020 Python_Bot +* Thu Jan 21 2021 lingsheng - 8.4.5-2 +- Modify buildrequires to fix build + +* Fri Nov 13 2020 Python_Bot - 8.4.5-1 - Package init