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 <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ross Burton
2026-09-04 17:10:37 -07:00
committed by Khem Raj
parent 3809d75326
commit c493265bba
@@ -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 \