mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:08:08 +00:00
python-tornado: add missing python2 runtime deps
Tornado 4.3 needs backports_abc and singledispatch backport modules at runtime to prevent tornado/gen.py from bombing on import errors when running on python2 rather than python3.4 Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
7650008ed9
commit
b5091a1a34
@ -1,3 +1,3 @@
|
||||
inherit pypi setuptools
|
||||
require python-tornado.inc
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-backports-ssl"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-backports-ssl ${PYTHON_PN}-backports-abc ${PYTHON_PN}-singledispatch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user