mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
c46d487b35
commit
6db21347aa
@@ -20,6 +20,6 @@ do_install_append() {
|
|||||||
rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true
|
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-codecs python-ctypes python-pprint \
|
||||||
python-shell"
|
python-shell"
|
||||||
|
|||||||
Reference in New Issue
Block a user