Browse Source

python-nose: Add HOMEPAGE info into recipe file.

(From OE-Core rev: a005bcaa14d54824d5d6eaa2b5584f29f4819d49)

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Huang Qiyu 8 years ago
parent
commit
5872e64604
1 changed files with 1 additions and 0 deletions
  1. 1 0
      meta/recipes-devtools/python/python-nose_1.3.7.bb

+ 1 - 0
meta/recipes-devtools/python/python-nose_1.3.7.bb

@@ -1,4 +1,5 @@
 SUMMARY = "Extends Python unittest to make testing easier"
+HOMEPAGE = "http://readthedocs.org/docs/nose/"
 DESCRIPTION = "nose extends the test loading and running features of unittest, \
 making it easier to write, find and run tests."
 SECTION = "devel/python"