diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-07-28 10:16:27 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-27 21:21:43 -0700 |
| commit | 8f3b3bd43c5671ab0fa1e138534d627bd9c3c18d (patch) | |
| tree | 1d562ad9fc2a0cc87ff1b185116fff4daa4dedcf /meta-python/recipes-devtools/python/python3-sh_1.14.3.bb | |
| parent | 5cc6d9375eca8f190e9ac38a93864910fb48476b (diff) | |
| download | meta-openembedded-8f3b3bd43c5671ab0fa1e138534d627bd9c3c18d.tar.gz | |
python3-sh: upgrade 1.14.2 -> 1.14.3
bugfix where Command was not aware of default call args when wrapping the module
Add dependence python3-fcntl
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sh_1.14.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sh_1.14.3.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.3.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.3.bb new file mode 100644 index 0000000000..317f648dcd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sh_1.14.3.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] = "e4045b6c732d9ce75d571c79f5ac2234edd9ae4f5fa9d59b09705082bdca18c7" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "sh" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | ${PYTHON_PN}-codecs \ | ||
| 14 | ${PYTHON_PN}-core \ | ||
| 15 | ${PYTHON_PN}-io \ | ||
| 16 | ${PYTHON_PN}-logging \ | ||
| 17 | ${PYTHON_PN}-resource \ | ||
| 18 | ${PYTHON_PN}-shell \ | ||
| 19 | ${PYTHON_PN}-terminal \ | ||
| 20 | ${PYTHON_PN}-threading \ | ||
| 21 | ${PYTHON_PN}-unixadmin \ | ||
| 22 | ${PYTHON_PN}-fcntl \ | ||
| 23 | " | ||
