From 773f59e0b9792cc59b8ff525966655dcad633297 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 14 Nov 2013 23:04:43 -0500 Subject: python-subunit: introduce package to meet tempest dependencies Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-subunit_0.0.15.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-subunit_0.0.15.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/python/python-subunit_0.0.15.bb b/meta-openstack/recipes-devtools/python/python-subunit_0.0.15.bb new file mode 100644 index 0000000..df3ceee --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-subunit_0.0.15.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Python implementation of subunit test streaming protocol" +HOMEPAGE = "https://pypi.python.org/pypi/python-subunit/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://README;md5=a6d86940a8393cf77ecc299eff036a1c" + +PR = "r0" +SRCNAME = "python-subunit" + +SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "65e43979f1156911a468fa76cc192c0a" +SRC_URI[sha256sum] = "3be52e3754e6033292851ea28745706fb5941d2f4f347833af46c0a895dba46d" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf