aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-11-26 14:56:48 +0100
committerArmin Kuster <akuster808@gmail.com>2014-12-26 17:52:12 -0800
commit6db21347aab2dccd6f205aa6f60b273f70c8e331 (patch)
tree00d4981816ea3775bdc0e0cb9aeab9abba33e3e4
parentc46d487b35f71ff4a9ecbc02ab17fde4ddd0a506 (diff)
downloadmeta-openembedded-contrib-6db21347aab2dccd6f205aa6f60b273f70c8e331.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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"