With removal of python 2.x numpy, nothing needs it anymore. Signed-off-by: Alexander Kanavin <[email protected]> --- meta/conf/distro/include/maintainers.inc | 1 - meta/recipes-devtools/python/python-nose_1.3.7.bb | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-nose_1.3.7.bb
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 08fd83d3c4e..a595507948b 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -587,7 +587,6 @@ RECIPE_MAINTAINER_pn-pulseaudio-client-conf-sato = "Tanu Kaskinen <[email protected]> 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-setuptools = "Oleksandr Kravchuk <[email protected]>" RECIPE_MAINTAINER_pn-python3 = "Oleksandr Kravchuk <[email protected]>" RECIPE_MAINTAINER_pn-python3-async = "Oleksandr Kravchuk <[email protected]>" diff --git a/meta/recipes-devtools/python/python-nose_1.3.7.bb b/meta/recipes-devtools/python/python-nose_1.3.7.bb deleted file mode 100644 index fab609df901..00000000000 --- a/meta/recipes-devtools/python/python-nose_1.3.7.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools -require python-nose.inc - -do_install_append() { - rm ${D}${bindir}/nosetests -} -- 2.17.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
