From 739fd0e1fcf9eeecf7c660215493f3d07a179eba Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 24 Apr 2025 00:12:10 -0700 Subject: [PATCH] python3-posix-ipc: switch to PEP-517 build backend Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb index 29e1b35122..b3da09c35b 100644 --- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb @@ -9,4 +9,4 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" -inherit setuptools3 pypi +inherit pypi python_setuptools_build_meta