mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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:
committed by
Richard Purdie
parent
9e5a3f40ca
commit
0191f500c5
@@ -1,2 +1,6 @@
|
||||
inherit setuptools
|
||||
require python-nose.inc
|
||||
|
||||
do_install_append() {
|
||||
rm ${D}${bindir}/nosetests
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user