From 9ac3fd879f535f56ee2c86fcff4197cfa8f4b4c2 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 31 Jul 2015 16:41:37 +0800 Subject: python-webob: upgrade 1.2.3 -> 1.4.1 Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-webob_1.2.3.bb | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 recipes-devtools/python/python-webob_1.2.3.bb (limited to 'recipes-devtools/python/python-webob_1.2.3.bb') diff --git a/recipes-devtools/python/python-webob_1.2.3.bb b/recipes-devtools/python/python-webob_1.2.3.bb deleted file mode 100644 index a30ee9c1..00000000 --- a/recipes-devtools/python/python-webob_1.2.3.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "WSGI request and response object" -HOMEPAGE = "http://webob.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" - -PR = "r0" -SRCNAME = "WebOb" - -SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "11825b7074ba7043e157805e4e6e0f55" -SRC_URI[sha256sum] = "325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += " \ - python-sphinx \ - python-nose \ - " - -- cgit v1.2.3-54-g00ecf