diff mbox series

[08/37] python3-websockets: remove unused imports

Message ID 20240723145137.74198-8-ross.burton@arm.com
State Accepted, archived
Commit 8fdfd92e493e89ac2f09ef29ea2b05696cec91cb
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
These modules are not imported by websockets.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-websockets_12.0.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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 \
 "