Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
1a4b7ee28bf7413af6513fb45ad0d0736048f866
/
.
/
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
"