diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-nose_1.3.7.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-nose_1.3.7.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-nose_1.3.7.bb b/meta/recipes-devtools/python/python-nose_1.3.7.bb index 6d69d2d62e..fab609df90 100644 --- a/meta/recipes-devtools/python/python-nose_1.3.7.bb +++ b/meta/recipes-devtools/python/python-nose_1.3.7.bb | |||
| @@ -1,2 +1,6 @@ | |||
| 1 | inherit setuptools | 1 | inherit setuptools |
| 2 | require python-nose.inc | 2 | require python-nose.inc |
| 3 | |||
| 4 | do_install_append() { | ||
| 5 | rm ${D}${bindir}/nosetests | ||
| 6 | } | ||
