python-nose: remove the python 2.x version of the recipe

With removal of python 2.x numpy, nothing needs it anymore.

(From OE-Core rev: 9f07b2836405d86e869780f8f1ae00843eadc409)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2019-08-08 18:11:50 +02:00
committed by Richard Purdie
parent efd3d6e49c
commit 9b75122c2a
2 changed files with 0 additions and 7 deletions

View File

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