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:20:00 +0100
commit9f07b2836405d86e869780f8f1ae00843eadc409 (patch)
tree2f17d7aedd3c1ce0a9c9bdd2b1db7f35377b4459 /meta/recipes-devtools/python
parentcd2205677fd167be51dc92436fe8f3a5aa440851 (diff)
downloadopenembedded-core-contrib-9f07b2836405d86e869780f8f1ae00843eadc409.tar.gz
python-nose: remove the python 2.x version of the recipe
With removal of python 2.x numpy, nothing needs it anymore. 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
-}