diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-27 08:30:45 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-05-17 12:10:59 -0600 |
| commit | 32169212d7bd3470e5b7781d1f36539fefce6623 (patch) | |
| tree | 3831e765ae6c143fa0c2dc463a9273aec22c9bfa /meta-python/recipes-devtools/python | |
| parent | 26694761280366040213b8df9ddfdddaad6c4938 (diff) | |
| download | meta-openembedded-32169212d7bd3470e5b7781d1f36539fefce6623.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/recipes-devtools/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 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" | |||
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" | 9 | SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" |
| 10 | 10 | ||
| 11 | inherit setuptools3 pypi | 11 | inherit pypi python_setuptools_build_meta |
