aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorIsaac Nickaein <nickaein.i@gmail.com>2018-08-15 14:36:49 +0430
committerKhem Raj <raj.khem@gmail.com>2018-08-19 16:09:28 -0700
commit2e76cbe8a794a0217d39a40b364909849a536464 (patch)
tree1d12329a374bb2de326f3593cc2a28fa1852e01f /meta-oe/recipes-extended
parent05ad45d9372f8d0185564c1f8f392504f94cf9c3 (diff)
downloadmeta-openembedded-2e76cbe8a794a0217d39a40b364909849a536464.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/iotop/iotop_0.6.bb2
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 51ea32c6f3..94643cd24c 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() {
RDEPENDS_${PN} = "python-curses python-textutils \
python-codecs python-ctypes python-pprint \
- python-shell"
+ python-shell python-subprocess"