blob: 8bc1f49835e0f0f3aac41f75c631365a6f158022 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001inherit setuptools3
Brad Bishop316dfdd2018-06-25 12:45:53 -04002require python-nose.inc
Patrick Williamsc0f7c042017-02-23 20:41:17 -06003
Brad Bishopd7bf8c12018-02-25 22:55:05 -05004do_install_append() {
5 mv ${D}${bindir}/nosetests ${D}${bindir}/nosetests3
6}