From fed6a68f982a15007efb730ab464db33c5e9f76e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 16 Aug 2019 08:53:23 +0000 Subject: iotop: add runtime dependency on python-core * fixes: ERROR: QA Issue: /usr/sbin/iotop contained in package iotop requires /usr/bin/python, but no providers found in RDEPENDS_iotop? [file-rdeps] Signed-off-by: Martin Jansa 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 94643cd24c..b01d7f64e6 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-subprocess" + python-shell python-subprocess python-core" -- cgit v1.2.3-54-g00ecf