mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 16:10:25 +00:00
Changelog: https://github.com/amoffat/sh/releases/tag/2.2.3 https://github.com/amoffat/sh/releases/tag/2.2.4 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
24 lines
586 B
BlitzBasic
24 lines
586 B
BlitzBasic
SUMMARY = "Python subprocess replacement"
|
|
HOMEPAGE = "https://github.com/amoffat/sh"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6"
|
|
|
|
SRC_URI[sha256sum] = "38c65e836b289ce14436b57ba35d3a87438218a1c0af535d89d648b1ed6b072e"
|
|
|
|
inherit pypi python_poetry_core
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-asyncio \
|
|
python3-codecs \
|
|
python3-compression \
|
|
python3-core \
|
|
python3-io \
|
|
python3-logging \
|
|
python3-resource \
|
|
python3-shell \
|
|
python3-terminal \
|
|
python3-threading \
|
|
python3-unixadmin \
|
|
python3-fcntl \
|
|
"
|