From 572864fda45f3b9fefce4fff5493529bff730904 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 31 Jul 2015 16:37:56 +0800 Subject: python-testtools: upgrade 0.9.33 -> 1.8.0 Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- .../python/python-testtools_0.9.33.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb (limited to 'meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb') diff --git a/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb b/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb deleted file mode 100644 index 48663e9..0000000 --- a/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Extensions to the Python standard library unit testing framework" -HOMEPAGE = "https://pypi.python.org/pypi/testtools/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=30a345a6863019b548dba40895dfee79" - -PR = "r0" -SRCNAME = "testtools" - -SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "310ce6fab8affecdc7415ff910a83c42" -SRC_URI[sha256sum] = "5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3" - - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-extras" -- cgit v1.2.3-54-g00ecf