summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2015-07-31 16:38:13 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-31 10:17:25 -0400
commit2336401bcf6788d3e13332112d65bc0398eaa24c (patch)
tree7d30867ae8da6ee5dac371177f40e09afa3e82de /meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb
parentad60c4d97383f641c2023246ac45571c1ff6d4ea (diff)
downloadmeta-cloud-services-2336401bcf6788d3e13332112d65bc0398eaa24c.tar.gz
python-testscenarios: upgrade 0.4 -> 0.5.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-testscenarios_0.5.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb b/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb
new file mode 100644
index 0000000..34c241b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "testscenarios: a pyunit extension for dependency injection"
2HOMEPAGE = "https://pypi.python.org/pypi/testscenarios"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66"
6
7PR = "r0"
8
9SRCNAME = "testscenarios"
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "859073d9e7b049aee2e6704c51f6001a"
13SRC_URI[sha256sum] = "c257cb6b90ea7e6f8fef3158121d430543412c9a87df30b5dde6ec8b9b57a2b6"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += " python-testtools"