From 817f7fb5afdce5e34d83e54d98bcb91bef174cbe Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:48 +0200 Subject: python3-tornado: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-tornado_6.3.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-tornado_6.3.bb') 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 # Requires _compression which is currently located in misc RDEPENDS:${PN} += " \ + python3-asyncio \ python3-certifi \ python3-compression \ python3-ctypes \ @@ -19,9 +20,12 @@ RDEPENDS:${PN} += " \ python3-html \ python3-json \ python3-misc \ + python3-multiprocessing \ python3-numbers \ python3-pkgutil \ + python3-pycurl \ python3-threading \ + python3-unittest \ " RDEPENDS:${PN}-test += "python3-unittest" -- cgit v1.2.3-54-g00ecf