diff options
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.bb | 23 |
1 files changed, 21 insertions, 2 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 index 812bd4b1ac..b7858734b2 100644 --- a/meta-python/recipes-devtools/python/python3-sh_1.12.14.bb +++ b/meta-python/recipes-devtools/python/python3-sh_1.12.14.bb | |||
| @@ -1,5 +1,24 @@ | |||
| 1 | require python-sh.inc | 1 | SUMMARY = "Python subprocess replacement" |
| 2 | inherit setuptools3 | 2 | HOMEPAGE = "https://github.com/amoffat/sh" |
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "a8351aef25d25f707c17e0a7a6280251" | ||
| 7 | SRC_URI[sha256sum] = "b52bf5833ed01c7b5c5fb73a7f71b3d98d48e9b9b8764236237bdc7ecae850fc" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "sh" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 3 | 12 | ||
| 4 | RDEPENDS_${PN} += " \ | 13 | RDEPENDS_${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 \ | ||
| 5 | " | 24 | " |
