summaryrefslogtreecommitdiffstats
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-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 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"