mirror of
https://git.yoctoproject.org/poky
synced 2026-05-10 05:49:28 +00:00
0191f500c5
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>
7 lines
99 B
BlitzBasic
7 lines
99 B
BlitzBasic
inherit setuptools
|
|
require python-nose.inc
|
|
|
|
do_install_append() {
|
|
rm ${D}${bindir}/nosetests
|
|
}
|