mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 14:47:57 +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:
parent
05ad45d937
commit
2e76cbe8a7
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user