[oe] [PATCH] iotop: Add missing dependency: python-subprocess

Isaac Nickaein nickaein.i at gmail.com
Wed Aug 15 10:06:49 UTC 2018


This adds python-subprocess as run-time dependency for iotop.

More info:
http://lists.openembedded.org/pipermail/openembedded-core/2018-August/154111.html

Signed-off-by: Isaac Nickaein <nickaein.i at gmail.com>
---
 meta-oe/recipes-extended/iotop/iotop_0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/iotop/iotop_0.6.bb b/meta-oe/recipes-extended/iotop/iotop_0.6.bb
index 5dcae98b1..45c2ed01f 100644
--- a/meta-oe/recipes-extended/iotop/iotop_0.6.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_0.6.bb
@@ -21,4 +21,4 @@ do_install_append() {
 
 RDEPENDS_${PN} = "python-curses python-textutils \
                   python-codecs python-ctypes python-pprint \
-                  python-shell"
+                  python-shell python-subprocess"
-- 
2.17.0




More information about the Openembedded-devel mailing list