summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python-numpy
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-08-08 18:11:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-09 00:14:28 +0100
commit4e9659f24e2f699effadcbe378b6a746d77ccdbd (patch)
tree676411cd4ad71a8fcdc7cab831955889fc0acdb7 /meta/recipes-devtools/python-numpy
parent90edb9c2e2d5b68ee6923167d96aa957fab97b8b (diff)
downloadopenembedded-core-4e9659f24e2f699effadcbe378b6a746d77ccdbd.tar.gz
python-numpy: remove the python 2.x version of the recipe
The 1.17.0 release of NumPy no longer supports Python 2.x. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python-numpy')
-rw-r--r--meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb
deleted file mode 100644
index a1133dad41..0000000000
--- a/meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb
+++ /dev/null
@@ -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
-}