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:
Dwane Pottratz
2018-10-05 10:33:43 -07:00
committed by Khem Raj
parent ba24cbde10
commit 99ecc889a0
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
require python-sh.inc
inherit setuptools
RDEPENDS_${PN} += " \
${PYTHON_PN}-contextlib \
${PYTHON_PN}-lang \
${PYTHON_PN}-textutils \
"