| 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 |
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 \
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(-)