From da911607c9c24c19ff9ec995f9f4a6a4d6fd982a Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 16:01:58 +0800 Subject: [PATCH] remove some unnecessary buildrequires --- python-tornado.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-tornado.spec b/python-tornado.spec index 22b6b4c..fa05d88 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-tornado Version: 6.1 -Release: 1 +Release: 2 Summary: Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. License: ASL 2.0 URL: http://www.tornadoweb.org/ @@ -15,10 +15,7 @@ Summary: Tornado is a Python web framework and asynchronous networking library, Provides: python-tornado BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-cffi -BuildRequires: python3-pycurl BuildRequires: gcc -BuildRequires: gdb %description -n python3-tornado Tornado is an open source version of the scalable, non-blocking web server and tools. @@ -72,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 03 2022 zhaoshuang - 6.1-2 +- remove some unnecessary buildrequires + * Thu Jul 08 2021 yaozc701 - 6.1-1 - Upgrade version to 6.1 -- Gitee