Gitiles
Code Review
Sign In
192.168.1.100
/
T103
/
1f884588077ad3476b9c91cbb0ee9ee0332bbb68
/
.
/
meta
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python-sh_1.12.14.bb
blob: 7cb5140d2d4497743f8fe8340bb8b8dc96f19d5d [
file
] [
log
] [
blame
]
rjw
1f88458
2022-01-06 17:20:42 +0800
[
diff
] [
blame^
]
1
require
python
-
sh
.
inc
2
inherit setuptools
3
4
RDEPENDS_$
{
PN
}
+=
" \
5
${PYTHON_PN}-contextlib \
6
${PYTHON_PN}-lang \
7
${PYTHON_PN}-textutils \
8
"