Commit Graph

1 Commits

Author SHA1 Message Date
S. Lockwood-Childs
7650008ed9 python-singledispatch: initial recipe for version 3.4.0.3
This package backports functools.singledispatch from Python 3.4 to earlier
Python versions.

It is being added as one of the two missing backport modules that Tornado 4.3
needs in order to prevent tornado/gen.py from bombing on import errors when
running on python2 rather than python3.4

  ImportError: No module named singledispatch

Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-08 14:55:28 +02:00