[oe-commits] Martin Jansa : iotop: Drop python-distutils from RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Dec 29 09:11:28 UTC 2014


Module: meta-openembedded.git
Branch: dizzy-next
Commit: 6db21347aab2dccd6f205aa6f60b273f70c8e331
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6db21347aab2dccd6f205aa6f60b273f70c8e331

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 26 14:56:48 2014 +0100

iotop: Drop python-distutils from RDEPENDS

* nothing in iotop is using that for normal function

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-extended/iotop/iotop_0.4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 111b072..d629245 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"



More information about the Openembedded-commits mailing list