summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-tornado_6.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb
index 2d9606bb8e..af5009b6ae 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb
@@ -12,6 +12,7 @@ inherit pypi setuptools3
12 12
13# Requires _compression which is currently located in misc 13# Requires _compression which is currently located in misc
14RDEPENDS:${PN} += " \ 14RDEPENDS:${PN} += " \
15 python3-asyncio \
15 python3-certifi \ 16 python3-certifi \
16 python3-compression \ 17 python3-compression \
17 python3-ctypes \ 18 python3-ctypes \
@@ -19,9 +20,12 @@ RDEPENDS:${PN} += " \
19 python3-html \ 20 python3-html \
20 python3-json \ 21 python3-json \
21 python3-misc \ 22 python3-misc \
23 python3-multiprocessing \
22 python3-numbers \ 24 python3-numbers \
23 python3-pkgutil \ 25 python3-pkgutil \
26 python3-pycurl \
24 python3-threading \ 27 python3-threading \
28 python3-unittest \
25" 29"
26 30
27RDEPENDS:${PN}-test += "python3-unittest" 31RDEPENDS:${PN}-test += "python3-unittest"