diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-05-14 16:13:41 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-21 14:35:25 -0400 |
| commit | d1addba5bae3a5f814ddc90842c61afd2116916c (patch) | |
| tree | 53b358db5967f4be4919828bfea0f0133c343300 /meta-openstack/recipes-devtools/python/python-testscenarios_0.4.bb | |
| parent | 2d5085be3f50d7c7256a75ce92a74f54eaa7af9a (diff) | |
| download | meta-cloud-services-d1addba5bae3a5f814ddc90842c61afd2116916c.tar.gz | |
Add new python-testscenarios bb
testscenarios package is required by heatclient tests,
so pulling this package in.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testscenarios_0.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testscenarios_0.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testscenarios_0.4.bb b/meta-openstack/recipes-devtools/python/python-testscenarios_0.4.bb new file mode 100644 index 0000000..fe652b2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-testscenarios_0.4.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "testscenarios: a pyunit extension for dependency injection" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/testscenarios" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "testscenarios" | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "433cb8cd4d444b0deded3787240ee586" | ||
| 13 | SRC_URI[sha256sum] = "4feeee84f7fd8a6258fc00671e1521f80cb68d2fec1e2908b3ab52bcf396e198" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " python-testtools" | ||
