aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-01-15 10:47:32 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-22 12:22:34 +0100
commitd1a55f820662ad6d9693d23f69a26144c782f29c (patch)
treef09e5c513c6b3b88c1146edd89a422301dd9470c
parenta79ab86e2beed3adc8e001836b1392f510adbe9a (diff)
downloadmeta-openembedded-contrib-d1a55f820662ad6d9693d23f69a26144c782f29c.tar.gz
python-nose: remove, migrated to oe-core
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/python/python-nose_1.2.1.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb b/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb
deleted file mode 100644
index 083d0521df..0000000000
--- a/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "nose extends the test loading and running features of unittest, \
-making it easier to write, find and run tests."
-SECTION = "devel/python"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343"
-
-SRC_URI = "http://pypi.python.org/packages/source/n/nose/nose-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "735e3f1ce8b07e70ee1b742a8a53585a"
-SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9"
-
-S = "${WORKDIR}/nose-${PV}"
-
-inherit distutils