Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
1065cc2853e5509b7e5dd07a87fec8dc22b7c970
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python-sh_1.12.14.bb
blob: 7cb5140d2d4497743f8fe8340bb8b8dc96f19d5d [
file
] [
log
] [
blame
]
Brad Bishop
1a4b7ee
2018-12-16 17:11:34 -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
"