summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sh_2.0.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-16 09:49:31 +0800
committerKhem Raj <raj.khem@gmail.com>2023-08-16 11:39:45 -0700
commit91c0e0463de8493078e1cb6d9d3ce2a6629b0ef6 (patch)
tree6975f56a820698f3a2c6f3defe9f043f20c51051 /meta-python/recipes-devtools/python/python3-sh_2.0.6.bb
parentffb2eb34bf12c2ed9e7a5f53bb21c7216eafcef0 (diff)
downloadmeta-openembedded-91c0e0463de8493078e1cb6d9d3ce2a6629b0ef6.tar.gz
python3-sh: upgrade 2.0.4 -> 2.0.6
Changelog: =========== Allow nested with contexts #690 Call correct asyncio function for getting event loop Add back appropriate sdist files comment 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_2.0.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sh_2.0.6.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sh_2.0.6.bb b/meta-python/recipes-devtools/python/python3-sh_2.0.6.bb
new file mode 100644
index 0000000000..3a652a58be
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-sh_2.0.6.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Python subprocess replacement"
2HOMEPAGE = "https://github.com/amoffat/sh"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6"
5
6SRC_URI[sha256sum] = "9b2998f313f201c777e2c0061f0b1367497097ef13388595be147e2a00bf7ba1"
7
8PYPI_PACKAGE = "sh"
9
10inherit pypi python_poetry_core
11
12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-asyncio \
14 ${PYTHON_PN}-codecs \
15 ${PYTHON_PN}-compression \
16 ${PYTHON_PN}-core \
17 ${PYTHON_PN}-io \
18 ${PYTHON_PN}-logging \
19 ${PYTHON_PN}-resource \
20 ${PYTHON_PN}-shell \
21 ${PYTHON_PN}-terminal \
22 ${PYTHON_PN}-threading \
23 ${PYTHON_PN}-unixadmin \
24 ${PYTHON_PN}-fcntl \
25"