From 99ecc889a0909d54b6bb5c795087585adde1bfbd Mon Sep 17 00:00:00 2001 From: Dwane Pottratz Date: Fri, 5 Oct 2018 10:33:43 -0700 Subject: python-sh: add python sh library sh is a python subprocess replacement. Signed-off-by: Dwane Pottratz Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-sh_1.12.14.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-sh_1.12.14.bb (limited to 'meta-python/recipes-devtools/python/python-sh_1.12.14.bb') diff --git a/meta-python/recipes-devtools/python/python-sh_1.12.14.bb b/meta-python/recipes-devtools/python/python-sh_1.12.14.bb new file mode 100644 index 0000000000..7cb5140d2d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-sh_1.12.14.bb @@ -0,0 +1,8 @@ +require python-sh.inc +inherit setuptools + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-contextlib \ + ${PYTHON_PN}-lang \ + ${PYTHON_PN}-textutils \ +" -- cgit 1.2.3-korg