diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-nose_1.3.7.bb | 4 |
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 | ||
18 | inherit setuptools3 | 18 | inherit setuptools3 |
19 | 19 | ||
20 | do_install_append() { | ||
21 | mv ${D}${bindir}/nosetests ${D}${bindir}/nosetests3 | ||
22 | } | ||
23 | |||
20 | RDEPENDS_${PN}_class-target = "\ | 24 | RDEPENDS_${PN}_class-target = "\ |
21 | python3-unittest \ | 25 | python3-unittest \ |
22 | " | 26 | " |