diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-03-05 15:34:10 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-06 06:58:00 -0800 |
| commit | 4cf1f81fa14d1ef876e9688ad8c29ba15ccbee8b (patch) | |
| tree | 1acc3029205b60dcfc6efccec9ce80bb9a70efd7 /meta-python/recipes-devtools/python/python3-sh_2.2.2.bb | |
| parent | 85483b64fb0e45ab512d72f8fb6d46c68e7c6e81 (diff) | |
| download | meta-openembedded-4cf1f81fa14d1ef876e9688ad8c29ba15ccbee8b.tar.gz | |
python3-sh: Upgrade 2.2.1 -> 2.2.2
Upgrade to release 2.2.2:
- Bugfix where it was impossible to use a signal as an ok_code
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sh_2.2.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sh_2.2.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sh_2.2.2.bb b/meta-python/recipes-devtools/python/python3-sh_2.2.2.bb new file mode 100644 index 0000000000..a84017a393 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sh_2.2.2.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Python subprocess replacement" | ||
| 2 | HOMEPAGE = "https://github.com/amoffat/sh" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "653227a7c41a284ec5302173fbc044ee817c7bad5e6e4d8d55741b9aeb9eb65b" | ||
| 7 | |||
| 8 | inherit pypi python_poetry_core | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-asyncio \ | ||
| 12 | python3-codecs \ | ||
| 13 | python3-compression \ | ||
| 14 | python3-core \ | ||
| 15 | python3-io \ | ||
| 16 | python3-logging \ | ||
| 17 | python3-resource \ | ||
| 18 | python3-shell \ | ||
| 19 | python3-terminal \ | ||
| 20 | python3-threading \ | ||
| 21 | python3-unixadmin \ | ||
| 22 | python3-fcntl \ | ||
| 23 | " | ||
