diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-14 13:34:35 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 22:08:27 -0800 |
| commit | 11d359d7032c44965caca83b6ca0bba320d1fffa (patch) | |
| tree | da3b88dfeb5f11b6a0b6a02b8eabcc58be1fffed /meta-python/recipes-devtools/python/python-tornado_6.0.3.bb | |
| parent | 628ec1be440dc6d71c3b09c352a850faefb311ab (diff) | |
| download | meta-openembedded-11d359d7032c44965caca83b6ca0bba320d1fffa.tar.gz | |
python-tornado: upgrade 5.1 -> 6.0.3
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-tornado_6.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-tornado_6.0.3.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-tornado_6.0.3.bb b/meta-python/recipes-devtools/python/python-tornado_6.0.3.bb new file mode 100644 index 0000000000..193a4db7d2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-tornado_6.0.3.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | inherit pypi setuptools | ||
| 2 | require python-tornado.inc | ||
| 3 | RDEPENDS_${PN} += " \ | ||
| 4 | ${PYTHON_PN}-backports-abc \ | ||
| 5 | ${PYTHON_PN}-backports-ssl \ | ||
| 6 | ${PYTHON_PN}-singledispatch \ | ||
| 7 | ${PYTHON_PN}-subprocess \ | ||
| 8 | " | ||
