summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:48 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit817f7fb5afdce5e34d83e54d98bcb91bef174cbe (patch)
treed30eb50751ab37849458add6f0941a0d89e398d9 /meta-python/recipes-devtools/python
parentf234cd90a3c33041dca4b15440f4df99edac7d9b (diff)
downloadmeta-openembedded-817f7fb5afdce5e34d83e54d98bcb91bef174cbe.tar.gz
python3-tornado: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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"