forked from pool/python-tornado
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:
committed by
Git OBS Bridge
parent
15dcaf75ad
commit
325cdbc11b
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 12:48:58 UTC 2015 - jmassaguerpla@suse.com
|
||||
|
||||
- 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)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 11:26:45 UTC 2015 - toddrme2178@gmail.com
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user