From 54f5b0087a86ad953d30931ff927d1e0330d580a Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:55 +0200 Subject: [PATCH] python3-websockets: 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-websockets_11.0.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb b/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb index b22d993cb2..e6971c8297 100644 --- a/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb @@ -12,4 +12,5 @@ BBCLASSEXTEND = "native nativesdk" RDEPENDS:${PN} = " \ python3-asyncio \ + python3-profile \ "