From 8b5234bab6d0419357ab239391b5406abfd20ebf Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 1 Jun 2021 14:50:58 +0800 Subject: [PATCH] Completing build dependencies --- python-tornado.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-tornado.spec b/python-tornado.spec index 7f6abfe..29c78ae 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,13 +1,13 @@ Name: python-tornado Version: 5.0.2 -Release: 6 +Release: 7 Summary: a Python web framework and asynchronous networking library License: ASL 2.0 URL: http://www.tornadoweb.org Source0: https://files.pythonhosted.org/packages/source/t/tornado/tornado-%{version}.tar.gz Patch0: fix-erroneous-deprecation-warnings.patch -BuildRequires: python3-devel +BuildRequires: python3-devel gcc %description Tornado is a Python web framework and asynchronous networking library, originally @@ -42,6 +42,9 @@ and other applications that require a long-lived connection to each user. %{python3_sitearch}/* %changelog +* Mon May 31 2021 huanghaitao - 5.0.2-7 +- Completing build dependencies + * Fri Sep 11 2020 zhangjiapeng - 5.0.2-6 - Remove python2-tornado subpackage -- Gitee