From c493265bbaf02ad8492bf66050818d253f670bac Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Sep 2026 12:22:17 +0100 Subject: [PATCH] python3-websocket-client: use right PEP517 build class This package has a pyproject.toml so use the correct build class. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-websocket-client_1.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.9.2.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.9.2.bb index 3be6e09069..4bcdb8deba 100644 --- a/meta-python/recipes-devtools/python/python3-websocket-client_1.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.9.2.bb @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "0fcb57545848be86992e128218fd96dd87a6769ffdb1a968dff79632b8 PYPI_PACKAGE = "websocket_client" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta RDEPENDS:${PN} = "\ python3-six \