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:
Isaac Nickaein
2018-08-15 14:36:49 +04:30
committed by Khem Raj
parent 05ad45d937
commit 2e76cbe8a7

View File

@@ -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"