From 2e76cbe8a794a0217d39a40b364909849a536464 Mon Sep 17 00:00:00 2001 From: Isaac Nickaein Date: Wed, 15 Aug 2018 14:36:49 +0430 Subject: [PATCH] iotop: Add missing dependency: python-subprocess 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 Signed-off-by: Khem Raj --- 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 51ea32c6f3..94643cd24c 100644 --- a/meta-oe/recipes-extended/iotop/iotop_0.6.bb +++ b/meta-oe/recipes-extended/iotop/iotop_0.6.bb @@ -24,4 +24,4 @@ do_install_append() { RDEPENDS_${PN} = "python-curses python-textutils \ python-codecs python-ctypes python-pprint \ - python-shell" + python-shell python-subprocess"