diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-10-11 20:46:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:37:01 +0000 |
commit | b9dade84d9d58c2f7c1488d24f635214684fdfd3 (patch) | |
tree | 0462a8104ac57a6c3739a8aef173ac90814393fe /meta/recipes-devtools/python | |
parent | bfe70134ae569a51b3decf2dd6ae3ae25dbb5994 (diff) | |
download | openembedded-core-b9dade84d9d58c2f7c1488d24f635214684fdfd3.tar.gz openembedded-core-b9dade84d9d58c2f7c1488d24f635214684fdfd3.tar.bz2 openembedded-core-b9dade84d9d58c2f7c1488d24f635214684fdfd3.zip |
python-nose: add SUMMARY
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-nose_1.3.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-nose_1.3.6.bb b/meta/recipes-devtools/python/python-nose_1.3.6.bb index d6e8fc1ed3..e47ddb0f62 100644 --- a/meta/recipes-devtools/python/python-nose_1.3.6.bb +++ b/meta/recipes-devtools/python/python-nose_1.3.6.bb @@ -1,3 +1,4 @@ +SUMMARY = "Extends Python unittest to make testing easier" DESCRIPTION = "nose extends the test loading and running features of unittest, \ making it easier to write, find and run tests." SECTION = "devel/python" |