mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user