From a4a0e0b09bd1900905a7d68b64c0a8bc1330d121 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 26 Nov 2014 14:56:48 +0100 Subject: iotop: Drop python-distutils from RDEPENDS * nothing in iotop is using that for normal function Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/iotop/iotop_0.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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" -- cgit 1.2.3-korg