summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-nose_1.3.7.bb4
1 files changed, 4 insertions, 0 deletions
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 99bba4403f..1e2ff74f57 100644
--- a/meta/recipes-devtools/python/python3-nose_1.3.7.bb
+++ b/meta/recipes-devtools/python/python3-nose_1.3.7.bb
@@ -17,6 +17,10 @@ S = "${WORKDIR}/nose-${PV}"
17 17
18inherit setuptools3 18inherit setuptools3
19 19
20do_install_append() {
21 mv ${D}${bindir}/nosetests ${D}${bindir}/nosetests3
22}
23
20RDEPENDS_${PN}_class-target = "\ 24RDEPENDS_${PN}_class-target = "\
21 python3-unittest \ 25 python3-unittest \
22 " 26 "