]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-websockets: remove unused imports
authorRoss Burton <ross.burton@arm.com>
Tue, 23 Jul 2024 14:51:08 +0000 (15:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Jul 2024 21:49:18 +0000 (22:49 +0100)
These modules are not imported by websockets.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-websockets_12.0.bb

index 1bebcb4ce656577b585361db0cca302d1f9059d1..a04c63f6af1dfeb87cfa68144c49caeecc832484 100644 (file)
@@ -12,6 +12,4 @@ BBCLASSEXTEND = "native nativesdk"
 
 RDEPENDS:${PN} = " \
     python3-asyncio \
-    python3-profile \
-    python3-zipp \
 "