summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/python/python-nose_1.3.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/python/python-nose_1.3.7.bb')
-rw-r--r--poky/meta/recipes-devtools/python/python-nose_1.3.7.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python-nose_1.3.7.bb b/poky/meta/recipes-devtools/python/python-nose_1.3.7.bb
index 6d69d2d62..fab609df9 100644
--- a/poky/meta/recipes-devtools/python/python-nose_1.3.7.bb
+++ b/poky/meta/recipes-devtools/python/python-nose_1.3.7.bb
@@ -1,2 +1,6 @@
inherit setuptools
require python-nose.inc
+
+do_install_append() {
+ rm ${D}${bindir}/nosetests
+}