diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-07-31 16:37:56 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-07-31 10:17:25 -0400 |
| commit | 572864fda45f3b9fefce4fff5493529bff730904 (patch) | |
| tree | 0e1f32f5e6f7f2930ab72d7b6c75d10db57f4dea /meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb | |
| parent | 4ea76f079fcb394a43d5b96598cf4e6f5196e275 (diff) | |
| download | meta-cloud-services-572864fda45f3b9fefce4fff5493529bff730904.tar.gz | |
python-testtools: upgrade 0.9.33 -> 1.8.0
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb new file mode 100644 index 0000000..80a7489 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "Extensions to the Python standard library unit testing framework" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/testtools/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=30a345a6863019b548dba40895dfee79" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "testtools" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "89965b0b39930c0d1f5e07c6f545e6a0" | ||
| 13 | SRC_URI[sha256sum] = "8afd6400fb4e75adb0b29bd09695ecb2024cd7befab4677a58c147701afadd97" | ||
| 14 | |||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += "python-extras" | ||
