aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-nose_1.3.7.bb
blob: 8bc1f49835e0f0f3aac41f75c631365a6f158022 (plain)
1
2
3
4
5
6
inherit setuptools3
require python-nose.inc

do_install_append() {
    mv ${D}${bindir}/nosetests ${D}${bindir}/nosetests3
}