diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-08 18:11:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-12 16:23:57 +0100 |
commit | 1f791fd4d3176919b4e8d78338733bd4398322ad (patch) | |
tree | 6a5509efdf3435e0a6742867ae292a144abe8a16 /meta/recipes-devtools/python-numpy | |
parent | de3aca4cb8fdacc2f8a54e2f8928cc3520844599 (diff) | |
download | poky-1f791fd4d3176919b4e8d78338733bd4398322ad.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.
(From OE-Core rev: 4e9659f24e2f699effadcbe378b6a746d77ccdbd)
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.bb | 10 |
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 @@ | |||
1 | inherit setuptools | ||
2 | require python-numpy.inc | ||
3 | |||
4 | RDEPENDS_${PN}_class-target_append = " \ | ||
5 | ${PYTHON_PN}-subprocess \ | ||
6 | " | ||
7 | |||
8 | do_install_append(){ | ||
9 | rm ${D}/${bindir}/f2py | ||
10 | } | ||