1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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>
This commit is contained in:
Ross Burton
2024-07-23 15:51:08 +01:00
committed by Richard Purdie
parent bd4c0ce737
commit 2aada38f28
@@ -12,6 +12,4 @@ BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} = " \
python3-asyncio \
python3-profile \
python3-zipp \
"