blob: 5f85f59fe35ae36147b4b9df1d414d890c6072ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
HOMEPAGE = "http://guichaz.free.fr/iotop/"
LICENSE = "GPL"
PR = "r2"
RDEPENDS = "python-distutils python-curses python-setuptools python-textutils"
SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2"
inherit distutils
do_install_append() {
rm -f ${D}${libdir}/${PYTHON_DIR}/site-packages/site.pyo
rm -f ${D}${libdir}/${PYTHON_DIR}/site-packages/site.py
}
|