mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-10 06:09:36 +00:00
python-sh: add python sh library
sh is a python subprocess replacement. Signed-off-by: Dwane Pottratz <dwane.pottratz@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
require python-sh.inc
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-contextlib \
|
||||
${PYTHON_PN}-lang \
|
||||
${PYTHON_PN}-textutils \
|
||||
"
|
||||
Reference in New Issue
Block a user