increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-pytester_0.6.0.bb
1 DESCRIPTION = "This is a small package that facilitates the unit testing process \
2 by aggregating PyUnit tests and making them easier to call from the command \
3 line and from within other unit tests."
4 SECTION = "devel/python"
5 HOMEPAGE = "http://oss.wxnet.org/pytester/index.html"
6 PRIORITY = "optional"
7 LICENSE = "GPL"
8 SRCNAME = "pytester"
9 PR = "ml1"
10
11 SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz"
12 S = "${WORKDIR}/${SRCNAME}-${PV}"
13
14 inherit distutils