From 4e02acfb79636d49a46890899aa034b936d01416 Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Tue, 4 Sep 2018 17:34:20 +0800 Subject: python-webob:1.7.3.bb->1.8.2 Upgrade python-webob from 1.7.3 to 1.8.2. Signed-off-by: Hong Liu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-webob_1.7.3.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 recipes-devtools/python/python-webob_1.7.3.bb (limited to 'recipes-devtools/python/python-webob_1.7.3.bb') diff --git a/recipes-devtools/python/python-webob_1.7.3.bb b/recipes-devtools/python/python-webob_1.7.3.bb deleted file mode 100644 index a2448bef..00000000 --- a/recipes-devtools/python/python-webob_1.7.3.bb +++ /dev/null @@ -1,18 +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" - -PYPI_PACKAGE = "WebOb" - -SRC_URI[md5sum] = "350028baffc508e3d23c078118e35316" -SRC_URI[sha256sum] = "e65ca14b9f5ae5b031988ffc93f8b7f305ddfcf17a4c774ae0db47bcb3b87283" - -inherit setuptools pypi - -RDEPENDS_${PN} += " \ - python-sphinx \ - python-nose \ - " - -- cgit v1.2.3-54-g00ecf