From 44b30bc13843d2ee2f8a082b038801e389005b501266d7d72bfea4e305504b96 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 9 Aug 2019 16:49:23 +0000 Subject: [PATCH] Accepting request 722047 from home:TheBlackCat:branches:devel:languages:python Fix package name OBS-URL: https://build.opensuse.org/request/show/722047 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=106 --- python-tornado.changes | 5 +++++ python-tornado.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-tornado.changes b/python-tornado.changes index 5281959..5ceec0b 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 9 16:49:01 UTC 2019 - Todd R + +- Fix package name + ------------------------------------------------------------------- Fri Aug 9 16:30:37 UTC 2019 - Todd R diff --git a/python-tornado.spec b/python-tornado.spec index 2def82d..92f799e 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python Name: python-tornado Version: 5.1.1 Release: 0 @@ -26,13 +25,11 @@ License: Apache-2.0 Source0: README.suse Group: Development/Languages/Python Url: http://www.tornadoweb.org +BuildRequires: %{pythons} BuildRequires: python-rpm-macros Requires: python-tornado-impl = %{version} Requires: python-tornado-impl = %{version} BuildArch: noarch -%ifpython2 -Provides: %{oldpython}-tornado = %{version} -%endif %python_subpackages %description @@ -52,6 +49,7 @@ FriendFeed servers. (For more information on scaling servers to support thousands of clients, see The C10K problem.) %prep +%setup -q -T -c cp %{SOURCE0} . %build