summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-24 00:12:10 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-24 00:13:48 -0700
commit739fd0e1fcf9eeecf7c660215493f3d07a179eba (patch)
treee84c3dc482ca149186c17c68f016063b3e0c23a7 /meta-python
parent72da2b7b51fd60924703da94681152b6c92a36ae (diff)
downloadmeta-openembedded-739fd0e1fcf9eeecf7c660215493f3d07a179eba.tar.gz
python3-posix-ipc: switch to PEP-517 build backend
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb2
1 files changed, 1 insertions, 1 deletions
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}"
9 9
10SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" 10SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838"
11 11
12inherit setuptools3 pypi 12inherit pypi python_setuptools_build_meta