summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sh_1.12.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sh_1.12.14.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sh_1.12.14.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sh_1.12.14.bb b/meta-python/recipes-devtools/python/python3-sh_1.12.14.bb
deleted file mode 100644
index b7858734b2..0000000000
--- a/meta-python/recipes-devtools/python/python3-sh_1.12.14.bb
+++ /dev/null
@@ -1,24 +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[md5sum] = "a8351aef25d25f707c17e0a7a6280251"
7SRC_URI[sha256sum] = "b52bf5833ed01c7b5c5fb73a7f71b3d98d48e9b9b8764236237bdc7ecae850fc"
8
9PYPI_PACKAGE = "sh"
10
11inherit pypi setuptools3
12
13RDEPENDS_${PN} += " \
14 ${PYTHON_PN}-codecs \
15 ${PYTHON_PN}-core \
16 ${PYTHON_PN}-io \
17 ${PYTHON_PN}-logging \
18 ${PYTHON_PN}-resource \
19 ${PYTHON_PN}-shell \
20 ${PYTHON_PN}-terminal \
21 ${PYTHON_PN}-tests \
22 ${PYTHON_PN}-threading \
23 ${PYTHON_PN}-unixadmin \
24"