mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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 <nickaein.i@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-shell python-subprocess"
|
||||
|
||||
Reference in New Issue
Block a user