From 78ec5e1706774ca38789b8dea300175850699184 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:54 +0200 Subject: python3-websockets: fix coding style Don't use PYTHON_PN as we're no longer supporting python2. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb b/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb index 92dbd20ca1..b22d993cb2 100644 --- a/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb @@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "88fc51d9a26b10fc331be344f1781224a375b78488fc343620184e95a4 BBCLASSEXTEND = "native nativesdk" -RDEPENDS:${PN} = "\ - ${PYTHON_PN}-asyncio \ +RDEPENDS:${PN} = " \ + python3-asyncio \ " -- cgit v1.2.3-54-g00ecf