summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-23 15:51:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-24 22:51:39 +0100
commit2aada38f28537e6b5158ba4c891dd52b75ed6c14 (patch)
tree72188d513defc3a8577f9161f5b96d082410b2db /meta/recipes-devtools/python
parentbd4c0ce737ccc556bbcad00e93450b61e86eb88a (diff)
downloadpoky-2aada38f28537e6b5158ba4c891dd52b75ed6c14.tar.gz
python3-websockets: remove unused imports
These modules are not imported by websockets. (From OE-Core rev: 8fdfd92e493e89ac2f09ef29ea2b05696cec91cb) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-websockets_12.0.bb2
1 files changed, 0 insertions, 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 1bebcb4ce6..a04c63f6af 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"
12 12
13RDEPENDS:${PN} = " \ 13RDEPENDS:${PN} = " \
14 python3-asyncio \ 14 python3-asyncio \
15 python3-profile \
16 python3-zipp \
17" 15"