summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-07-28 10:16:27 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-27 21:21:43 -0700
commit8f3b3bd43c5671ab0fa1e138534d627bd9c3c18d (patch)
tree1d562ad9fc2a0cc87ff1b185116fff4daa4dedcf /meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
parent5cc6d9375eca8f190e9ac38a93864910fb48476b (diff)
downloadmeta-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.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sh_1.14.2.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
deleted file mode 100644
index f8cecfdfcb..0000000000
--- a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "Python subprocess replacement"
2HOMEPAGE = "https://github.com/amoffat/sh"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6"
5
6SRC_URI[sha256sum] = "9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d"
7
8PYPI_PACKAGE = "sh"
9
10inherit pypi setuptools3
11
12RDEPENDS:${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"