From: Ross Burton Date: Tue, 23 Jul 2024 14:51:08 +0000 (+0100) Subject: python3-websockets: remove unused imports X-Git-Tag: yocto-5.2~2305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fdfd92e493e89ac2f09ef29ea2b05696cec91cb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-websockets: remove unused imports These modules are not imported by websockets. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 \ "