From 4e9659f24e2f699effadcbe378b6a746d77ccdbd Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 8 Aug 2019 18:11:47 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb (limited to 'meta/recipes-devtools/python-numpy') 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 -} -- cgit 1.2.3-korg