14
0

Accepting request 350523 from home:jordimassaguerpla:branches:devel:languages:python

- add singledispatch and backports_abc dependencies                                 
                                                                                  
as stated in docs/releases/v4.3.0.rst                                             
                                                                                  
                                                                                  
* Tornado has several new dependencies: (...)                                     
  ``singledispatch`` on all Python versions prior to 3.4 (This was an             
  optional dependency in prior versions of Tornado, and is now                    
  mandatory), and ``backports_abc>=0.4`` on all versions prior to                 
  3.5                                                                             
                                                                                  
Since this python module works with python version >= 2.7.9 (otherwise it would be called python3-tornado, afaiu)

OBS-URL: https://build.opensuse.org/request/show/350523
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=48
This commit is contained in:
Denisart Benjamin
2016-01-02 19:21:04 +00:00
committed by Git OBS Bridge
parent 15dcaf75ad
commit 325cdbc11b
2 changed files with 19 additions and 0 deletions

View File

@@ -53,7 +53,9 @@ BuildRequires: python-certifi
Requires: python-certifi
%endif
Requires: python-backports_abc
Requires: python-simplejson
Requires: python-singledispatch
%if 0%{?suse_version}
Recommends: python-futures
Recommends: python-pycares