From 9b75122c2ab96f5af44cb92dfdea3b503b39a3b7 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 8 Aug 2019 18:11:50 +0200 Subject: python-nose: remove the python 2.x version of the recipe With removal of python 2.x numpy, nothing needs it anymore. (From OE-Core rev: 9f07b2836405d86e869780f8f1ae00843eadc409) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-nose_1.3.7.bb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-nose_1.3.7.bb (limited to 'meta/recipes-devtools/python/python-nose_1.3.7.bb') 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 fab609df90..0000000000 --- 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 -} -- cgit v1.2.3-54-g00ecf