The 1.17.0 release of NumPy no longer supports Python 2.x. Signed-off-by: Alexander Kanavin <[email protected]> --- meta/conf/distro/include/maintainers.inc | 1 - .../python-numpy/python-numpy_1.16.3.bb | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 meta/recipes-devtools/python-numpy/python-numpy_1.16.3.bb
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 <[email protected]>" RECIPE_MAINTAINER_pn-python = "Oleksandr Kravchuk <[email protected]>" RECIPE_MAINTAINER_pn-python-native = "Oleksandr Kravchuk <[email protected]>" RECIPE_MAINTAINER_pn-python-nose = "Oleksandr Kravchuk <[email protected]>" -RECIPE_MAINTAINER_pn-python-numpy = "Oleksandr Kravchuk <[email protected]>" RECIPE_MAINTAINER_pn-python-scons = "Oleksandr Kravchuk <[email protected]>" RECIPE_MAINTAINER_pn-python-scons-native = "Oleksandr Kravchuk <[email protected]>" RECIPE_MAINTAINER_pn-python-setuptools = "Oleksandr Kravchuk <[email protected]>" 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 -} -- 2.17.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
