summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python-nose_1.3.7.bb4
-rw-r--r--meta/recipes-devtools/python/python3-nose_1.3.7.bb4
2 files changed, 4 insertions, 4 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 @@
1inherit setuptools 1inherit setuptools
2require python-nose.inc 2require python-nose.inc
3
4do_install_append() {
5 rm ${D}${bindir}/nosetests
6}
diff --git a/meta/recipes-devtools/python/python3-nose_1.3.7.bb b/meta/recipes-devtools/python/python3-nose_1.3.7.bb
index 8bc1f49835..13dbf96179 100644
--- a/meta/recipes-devtools/python/python3-nose_1.3.7.bb
+++ b/meta/recipes-devtools/python/python3-nose_1.3.7.bb
@@ -1,6 +1,2 @@
1inherit setuptools3 1inherit setuptools3
2require python-nose.inc 2require python-nose.inc
3
4do_install_append() {
5 mv ${D}${bindir}/nosetests ${D}${bindir}/nosetests3
6}