summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-08-08 18:11:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-12 16:23:57 +0100
commit9b75122c2ab96f5af44cb92dfdea3b503b39a3b7 (patch)
tree334cba74f1fab3d799ecc764ba6ee001e96b3914 /meta/recipes-devtools/python
parentefd3d6e49c8f0123cd2b2c1bbd5ba8b690114c7f (diff)
downloadopenembedded-core-contrib-9b75122c2ab96f5af44cb92dfdea3b503b39a3b7.tar.gz
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 <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-nose_1.3.7.bb6
1 files changed, 0 insertions, 6 deletions
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
-}