mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +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:
committed by
Martin Jansa
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"
|
||||
|
||||
Reference in New Issue
Block a user