mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +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:
8
meta-python/recipes-devtools/python/python-sh_1.12.14.bb
Normal file
8
meta-python/recipes-devtools/python/python-sh_1.12.14.bb
Normal file
@@ -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