python3-websockets: fix coding style

Don't use PYTHON_PN as we're no longer supporting python2.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2023-05-31 10:22:54 +02:00
committed by Khem Raj
parent 0a75ee0a3f
commit 78ec5e1706

View File

@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "88fc51d9a26b10fc331be344f1781224a375b78488fc343620184e95a4
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} = "\
${PYTHON_PN}-asyncio \
RDEPENDS:${PN} = " \
python3-asyncio \
"