summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-devtools/python/python3-nose_1.3.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-nose_1.3.7.bb')
-rw-r--r--poky/meta/recipes-devtools/python/python3-nose_1.3.7.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-nose_1.3.7.bb b/poky/meta/recipes-devtools/python/python3-nose_1.3.7.bb
new file mode 100644
index 000000000..8bc1f4983
--- /dev/null
+++ b/poky/meta/recipes-devtools/python/python3-nose_1.3.7.bb
@@ -0,0 +1,6 @@
+inherit setuptools3
+require python-nose.inc
+
+do_install_append() {
+ mv ${D}${bindir}/nosetests ${D}${bindir}/nosetests3
+}
OpenPOWER on IntegriCloud