mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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:
committed by
Richard Purdie
parent
de3aca4cb8
commit
1f791fd4d3
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user