diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-14 23:05:50 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:38 -0500 |
| commit | 89a3af6145a14b48c8f409cbbfaf21cd551dcc3c (patch) | |
| tree | 3b07f0383e01f9277bf193ff4416f7eb25581653 /meta-openstack/recipes-devtools/python | |
| parent | 9d605af421191601e58e1730cbb7ad9502a46b12 (diff) | |
| download | meta-cloud-services-89a3af6145a14b48c8f409cbbfaf21cd551dcc3c.tar.gz | |
python-testtools: introduce package to meet tempest dependencies
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb b/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb new file mode 100644 index 0000000..7e359b4 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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] = "310ce6fab8affecdc7415ff910a83c42" | ||
| 13 | SRC_URI[sha256sum] = "5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3" | ||
| 14 | |||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
