aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-11-26 14:56:48 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-28 13:41:02 +0100
commita4a0e0b09bd1900905a7d68b64c0a8bc1330d121 (patch)
treef937bb8cd018d66848d19709ad11ce1604000b20 /meta-oe/recipes-extended
parent0d52c7db7f5e9aa5c5a0eb10b369c7abd6cf76a1 (diff)
downloadmeta-openembedded-contrib-a4a0e0b09bd1900905a7d68b64c0a8bc1330d121.tar.gz
iotop: Drop python-distutils from RDEPENDS
* nothing in iotop is using that for normal function Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/iotop/iotop_0.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
index 111b072f29..d6292453f4 100644
--- a/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
@@ -20,6 +20,6 @@ do_install_append() {
rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true
}
-RDEPENDS_${PN} = "python-distutils python-curses python-textutils \
+RDEPENDS_${PN} = "python-curses python-textutils \
python-codecs python-ctypes python-pprint \
python-shell"