diff mbox series

[meta-python,styhead,2/2] python3-posix-ipc: switch to PEP-517 build backend

Message ID 20250427083736.4010-2-gudni.m.g@gmail.com
State New
Headers show
Series [meta-python,styhead,1/2] python3-posix-ipc: upgrade 1.1.1 -> 1.2.0 | expand

Commit Message

Guðni Már Gilbert April 27, 2025, 8:37 a.m. UTC
From: Khem Raj <raj.khem@gmail.com>

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
---
 meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 cf9e494b20..e314bb8e3b 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
@@ -8,4 +8,4 @@  PYPI_PACKAGE = "posix_ipc"
 
 SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838"
 
-inherit setuptools3 pypi
+inherit pypi python_setuptools_build_meta