diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-08-16 08:53:23 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-17 01:42:54 -0700 |
commit | fed6a68f982a15007efb730ab464db33c5e9f76e (patch) | |
tree | bc3f370092f1c54e5fa9ee813031b39c65db4315 /meta-oe/recipes-extended/iotop | |
parent | 080532ff85c1acceed49cecaa2d7fcb85170bc5f (diff) | |
download | meta-openembedded-fed6a68f982a15007efb730ab464db33c5e9f76e.tar.gz |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/iotop')
-rw-r--r-- | meta-oe/recipes-extended/iotop/iotop_0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
24 | 24 | ||
25 | RDEPENDS_${PN} = "python-curses python-textutils \ | 25 | RDEPENDS_${PN} = "python-curses python-textutils \ |
26 | python-codecs python-ctypes python-pprint \ | 26 | python-codecs python-ctypes python-pprint \ |
27 | python-shell python-subprocess" | 27 | python-shell python-subprocess python-core" |