From: Bartosz Golaszewski <[email protected]> Don't use PYTHON_PN as we're no longer supporting python2.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../recipes-devtools/python/python3-websockets_11.0.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 92dbd20ca..b22d993cb 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 \ " -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102973): https://lists.openembedded.org/g/openembedded-devel/message/102973 Mute This Topic: https://lists.openembedded.org/mt/99237953/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
