summaryrefslogtreecommitdiffstats
path: root/meta-oe
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 /meta-oe
parentc46d487b35f71ff4a9ecbc02ab17fde4ddd0a506 (diff)
downloadmeta-openembedded-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>
Diffstat (limited to 'meta-oe')
-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 111b072f2..d6292453f 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() {
20 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true 20 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true
21} 21}
22 22
23RDEPENDS_${PN} = "python-distutils python-curses python-textutils \ 23RDEPENDS_${PN} = "python-curses python-textutils \
24 python-codecs python-ctypes python-pprint \ 24 python-codecs python-ctypes python-pprint \
25 python-shell" 25 python-shell"