Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 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 | |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "9b2998f313f201c777e2c0061f0b1367497097ef13388595be147e2a00bf7ba1" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 7 | |
| 8 | PYPI_PACKAGE = "sh" |
| 9 | |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 10 | inherit pypi python_poetry_core |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 12 | RDEPENDS:${PN} += " \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 13 | python3-asyncio \ |
| 14 | python3-codecs \ |
| 15 | python3-compression \ |
| 16 | python3-core \ |
| 17 | python3-io \ |
| 18 | python3-logging \ |
| 19 | python3-resource \ |
| 20 | python3-shell \ |
| 21 | python3-terminal \ |
| 22 | python3-threading \ |
| 23 | python3-unixadmin \ |
| 24 | python3-fcntl \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 25 | " |