From 8fdfd92e493e89ac2f09ef29ea2b05696cec91cb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:08 +0100 Subject: [PATCH] python3-websockets: remove unused imports These modules are not imported by websockets. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-websockets_12.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3-websockets_12.0.bb b/meta/recipes-devtools/python/python3-websockets_12.0.bb index 1bebcb4ce65..a04c63f6af1 100644 --- a/meta/recipes-devtools/python/python3-websockets_12.0.bb +++ b/meta/recipes-devtools/python/python3-websockets_12.0.bb @@ -12,6 +12,4 @@ BBCLASSEXTEND = "native nativesdk" RDEPENDS:${PN} = " \ python3-asyncio \ - python3-profile \ - python3-zipp \ " -- 2.47.3