blob: cbe000e31ca8b898ea204b874b5a08d4859ecace [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Python subprocess replacement"
2HOMEPAGE = "https://github.com/amoffat/sh"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6"
5
Andrew Geissler5082cc72023-09-11 08:41:39 -04006SRC_URI[sha256sum] = "9b2998f313f201c777e2c0061f0b1367497097ef13388595be147e2a00bf7ba1"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007
8PYPI_PACKAGE = "sh"
9
Patrick Williams2a254922023-08-11 09:48:11 -050010inherit pypi python_poetry_core
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} += " \
Patrick Williams39653562024-03-01 08:54:02 -060013 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 Bishop1a4b7ee2018-12-16 17:11:34 -080025"