python-nose: python3-nose should be default

We have nose recipes for both Py2 and Py3, but they both want to ship the
unversioned nosetest binary.  As Py2 is approaching EOL, remove the unversioned
binary from python-nose (leaving nosetest-2.7) instead of renaming the binary to
nosetest3 in python3-nose.

(From OE-Core rev: e22111a18a0f67fefd1800f67bd5e45637deaa60)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2019-06-11 11:10:40 +01:00
committed by Richard Purdie
parent 9e5a3f40ca
commit 0191f500c5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,6 @@
inherit setuptools
require python-nose.inc
do_install_append() {
rm ${D}${bindir}/nosetests
}