From d1addba5bae3a5f814ddc90842c61afd2116916c Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Wed, 14 May 2014 16:13:41 -0400 Subject: Add new python-testscenarios bb testscenarios package is required by heatclient tests, so pulling this package in. Signed-off-by: Vu Tran --- .../python/python-testscenarios_0.4.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-testscenarios_0.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-testscenarios_0.4.bb') 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 @@ +DESCRIPTION = "testscenarios: a pyunit extension for dependency injection" +HOMEPAGE = "https://pypi.python.org/pypi/testscenarios" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66" + +PR = "r0" + +SRCNAME = "testscenarios" +SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "433cb8cd4d444b0deded3787240ee586" +SRC_URI[sha256sum] = "4feeee84f7fd8a6258fc00671e1521f80cb68d2fec1e2908b3ab52bcf396e198" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += " python-testtools" -- cgit v1.2.3-54-g00ecf