diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-14 23:05:00 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:38 -0500 |
| commit | 490701fa9d83623312a665bd50e5f3e625f8ff72 (patch) | |
| tree | 641dd0cb4bee0f9277600072ba73590af98aa57e | |
| parent | 773f59e0b9792cc59b8ff525966655dcad633297 (diff) | |
| download | meta-cloud-services-490701fa9d83623312a665bd50e5f3e625f8ff72.tar.gz | |
python-testrespository: introduce package to meet tempest dependencies
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb new file mode 100644 index 0000000..55270ba --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "A repository of test results" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/testrepository/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "testrepository" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "f1f234caa753179ccfad8f7f764ddde4" | ||
| 13 | SRC_URI[sha256sum] = "ba15301c6ec6bf1b8e0dad10ac7313b11e17ceb8d28ec4a3625c9aaa766727fd" | ||
| 14 | |||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += "python-subunit \ | ||
| 21 | python-extras \ | ||
| 22 | " \ No newline at end of file | ||
