Skip to content

Commit

Permalink
iotop: Drop python-distutils from RDEPENDS
Browse files Browse the repository at this point in the history
* nothing in iotop is using that for normal function

Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project committed Nov 28, 2014
1 parent 0d52c7d commit a4a0e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a4a0e0b

Please sign in to comment.