mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02: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 \
|
|
"
|