diff mbox series

[v2,4/9] python3-websocket-client: use right PEP517 build class

Message ID 20260904112222.114451-4-ross.burton@arm.com
State Under Review
Headers show
Series [v2,1/9] meta-python: remove redundant UPSTREAM_CHECK_PYPI_PACKAGE | expand

Commit Message

Ross Burton Sept. 4, 2026, 11:22 a.m. UTC
This package has a pyproject.toml so use the correct build class.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/python/python3-websocket-client_1.9.2.bb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 3be6e09069b..4bcdb8debaf 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 \