diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-27 08:40:12 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-05-17 11:56:50 -0600 |
| commit | bb1adff2ba06147b6d8a71a6d1bb82b88d5cc08d (patch) | |
| tree | e546bbec7d1c665e00f6f295a430da4e8fc48403 /meta-python | |
| parent | 5121b8b6033d1cee60bd01a8c25e4dc66e261db8 (diff) | |
| download | meta-openembedded-bb1adff2ba06147b6d8a71a6d1bb82b88d5cc08d.tar.gz | |
python3-posix-ipc: switch to PEP-517 build backend
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | 2 |
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 | ||
| 10 | SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" | 10 | SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" |
| 11 | 11 | ||
| 12 | inherit setuptools3 pypi | 12 | inherit pypi python_setuptools_build_meta |
