blob: 3a652a58be99542fcd0c189f25a9e1b3475e62f2 [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 Williams2a254922023-08-11 09:48:11 -050013 ${PYTHON_PN}-asyncio \
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 ${PYTHON_PN}-codecs \
Patrick Williams2a254922023-08-11 09:48:11 -050015 ${PYTHON_PN}-compression \
Andrew Geissler82c905d2020-04-13 13:39:40 -050016 ${PYTHON_PN}-core \
17 ${PYTHON_PN}-io \
18 ${PYTHON_PN}-logging \
19 ${PYTHON_PN}-resource \
20 ${PYTHON_PN}-shell \
21 ${PYTHON_PN}-terminal \
Andrew Geissler82c905d2020-04-13 13:39:40 -050022 ${PYTHON_PN}-threading \
23 ${PYTHON_PN}-unixadmin \
Patrick Williamsdb4c27e2022-08-05 08:10:29 -050024 ${PYTHON_PN}-fcntl \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080025"