From: Alexander Kanavin Date: Thu, 8 Aug 2019 16:11:47 +0000 (+0200) Subject: python-numpy: remove the python 2.x version of the recipe X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e9659f24e2f699effadcbe378b6a746d77ccdbd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 5cf9c7a8e80..c713c811ffa 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -588,7 +588,6 @@ RECIPE_MAINTAINER_pn-puzzles = "Anuj Mittal " RECIPE_MAINTAINER_pn-python = "Oleksandr Kravchuk " RECIPE_MAINTAINER_pn-python-native = "Oleksandr Kravchuk " RECIPE_MAINTAINER_pn-python-nose = "Oleksandr Kravchuk " -RECIPE_MAINTAINER_pn-python-numpy = "Oleksandr Kravchuk " RECIPE_MAINTAINER_pn-python-scons = "Oleksandr Kravchuk " RECIPE_MAINTAINER_pn-python-scons-native = "Oleksandr Kravchuk " RECIPE_MAINTAINER_pn-python-setuptools = "Oleksandr Kravchuk " 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 a1133dad41c..00000000000 --- 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 -}