aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-tornado_6.0.3.bb
blob: 193a4db7d20c0100dcee70a10a82e5eaa8d775f7 (plain)
1
2
3
4
5
6
7
8
inherit pypi setuptools
require python-tornado.inc
RDEPENDS_${PN} += " \
    ${PYTHON_PN}-backports-abc \
    ${PYTHON_PN}-backports-ssl \
    ${PYTHON_PN}-singledispatch \
    ${PYTHON_PN}-subprocess \
"