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

The 1.17.0 release of NumPy no longer supports Python 2.x.

(From OE-Core rev: 4e9659f24e2f699effadcbe378b6a746d77ccdbd)

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:47 +02:00
committed by Richard Purdie
parent de3aca4cb8
commit 1f791fd4d3
2 changed files with 0 additions and 11 deletions

View File

@@ -1,10 +0,0 @@
inherit setuptools
require python-numpy.inc
RDEPENDS_${PN}_class-target_append = " \
${PYTHON_PN}-subprocess \
"
do_install_append(){
rm ${D}/${bindir}/f2py
}