From 274a72a5dba083f1f09ffedf19ac6e7838e20a41 Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Wed, 30 Jan 2019 08:42:49 +0800 Subject: python-webob:upgrade to 1.8.5 Upgrade python-webob from 1.8.2 to 1.8.5 Signed-off-by: Hong Liu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-webob_1.8.2.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 recipes-devtools/python/python-webob_1.8.2.bb (limited to 'recipes-devtools/python/python-webob_1.8.2.bb') diff --git a/recipes-devtools/python/python-webob_1.8.2.bb b/recipes-devtools/python/python-webob_1.8.2.bb deleted file mode 100644 index 6fdfbd5d..00000000 --- a/recipes-devtools/python/python-webob_1.8.2.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] = "d04756e6683fedddba52eafbe9adf404" -SRC_URI[sha256sum] = "1fe722f2ab857685fc96edec567dc40b1875b21219b3b348e58cd8c4d5ea7df3" - -inherit setuptools pypi - -RDEPENDS_${PN} += " \ - python-sphinx \ - python-nose \ - " - -- cgit v1.2.3-54-g00ecf