14
0
Todd R
2019-08-09 16:27:55 +00:00
committed by Git OBS Bridge
parent 81cab40485
commit 2d648da50b

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-tornado
Version: 5
Version: 5.1.1
Release: 0
Summary: Open source version of scalable, non-blocking web server that power FriendFeed
License: Apache-2.0
@@ -27,7 +27,8 @@ Source0: README.suse
Group: Development/Languages/Python
Url: http://www.tornadoweb.org
BuildRequires: python-rpm-macros
Requires: python-tornado5
Requires: python-tornado-impl = %{version}
Requires: python-tornado-impl = %{version}
BuildArch: noarch
%ifpython2
Provides: %{oldpython}-tornado = %{version}