mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
sh is a python subprocess replacement. Signed-off-by: Dwane Pottratz <dwane.pottratz@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 lines
149 B
BlitzBasic
9 lines
149 B
BlitzBasic
require python-sh.inc
|
|
inherit setuptools
|
|
|
|
RDEPENDS_${PN} += " \
|
|
${PYTHON_PN}-contextlib \
|
|
${PYTHON_PN}-lang \
|
|
${PYTHON_PN}-textutils \
|
|
"
|