summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-14 23:05:00 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:38 -0500
commit490701fa9d83623312a665bd50e5f3e625f8ff72 (patch)
tree641dd0cb4bee0f9277600072ba73590af98aa57e /meta-openstack/recipes-devtools
parent773f59e0b9792cc59b8ff525966655dcad633297 (diff)
downloadmeta-cloud-services-490701fa9d83623312a665bd50e5f3e625f8ff72.tar.gz
python-testrespository: introduce package to meet tempest dependencies
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb22
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 @@
1DESCRIPTION = "A repository of test results"
2HOMEPAGE = "https://pypi.python.org/pypi/testrepository/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8"
6
7PR = "r0"
8SRCNAME = "testrepository"
9
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "f1f234caa753179ccfad8f7f764ddde4"
13SRC_URI[sha256sum] = "ba15301c6ec6bf1b8e0dad10ac7313b11e17ceb8d28ec4a3625c9aaa766727fd"
14
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools
19
20RDEPENDS_${PN} += "python-subunit \
21 python-extras \
22" \ No newline at end of file