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:
Martin Jansa
2019-08-16 08:53:23 +00:00
committed by Khem Raj
parent 080532ff85
commit fed6a68f98
+1 -1
View File
@@ -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"