summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-14 23:05:21 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:38 -0500
commit9d605af421191601e58e1730cbb7ad9502a46b12 (patch)
treed25b771687b31261ac573aaa0cbd6a0c66d3a981 /meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
parent490701fa9d83623312a665bd50e5f3e625f8ff72 (diff)
downloadmeta-cloud-services-9d605af421191601e58e1730cbb7ad9502a46b12.tar.gz
python-testresources: introduce package to meet tempest dependencies
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb b/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
new file mode 100644
index 0000000..bb2dd92
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-testresources_0.2.7.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Testresources, a pyunit extension for managing expensive test resources"
2HOMEPAGE = "https://pypi.python.org/pypi/testtools/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README;md5=038679cd2cf27bb2acc70257bfee0f41"
6
7PR = "r0"
8SRCNAME = "testresources"
9
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "310ce6fab8affecdc7415ff910a83c42"
13SRC_URI[sha256sum] = "5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3"
14
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools