From 490701fa9d83623312a665bd50e5f3e625f8ff72 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 14 Nov 2013 23:05:00 -0500 Subject: python-testrespository: introduce package to meet tempest dependencies Signed-off-by: Bruce Ashfield --- .../python/python-testrepository_0.0.18.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb (limited to 'meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb') 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 @@ +DESCRIPTION = "A repository of test results" +HOMEPAGE = "https://pypi.python.org/pypi/testrepository/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" + +PR = "r0" +SRCNAME = "testrepository" + +SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "f1f234caa753179ccfad8f7f764ddde4" +SRC_URI[sha256sum] = "ba15301c6ec6bf1b8e0dad10ac7313b11e17ceb8d28ec4a3625c9aaa766727fd" + + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += "python-subunit \ + python-extras \ +" \ No newline at end of file -- cgit v1.2.3-54-g00ecf