14
0

Accepting request 722039 from home:TheBlackCat:branches:devel:languages:python

Fix provides.

OBS-URL: https://build.opensuse.org/request/show/722039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=103
This commit is contained in:
Todd R
2019-08-09 16:14:15 +00:00
committed by Git OBS Bridge
parent cfa3e60698
commit 81cab40485
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 9 16:12:30 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Fix provides.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 9 16:02:49 UTC 2019 - Todd R <toddrme2178@gmail.com> Fri Aug 9 16:02:49 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-tornado Name: python-tornado
Version: 5 Version: 5
Release: 0 Release: 0
@@ -28,6 +29,9 @@ Url: http://www.tornadoweb.org
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-tornado5 Requires: python-tornado5
BuildArch: noarch BuildArch: noarch
%ifpython2
Provides: %{oldpython}-tornado = %{version}
%endif
%python_subpackages %python_subpackages
%description %description