summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-webob_1.8.2.bb
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2019-01-30 08:42:49 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-02-03 03:42:29 +0000
commit274a72a5dba083f1f09ffedf19ac6e7838e20a41 (patch)
tree1474513e5e14928d17047fb0cc674d0a9d47a2eb /recipes-devtools/python/python-webob_1.8.2.bb
parent97dd9208b6d3dda87fa36b44d842d6002a9dd3bc (diff)
downloadmeta-virtualization-274a72a5dba083f1f09ffedf19ac6e7838e20a41.tar.gz
python-webob:upgrade to 1.8.5
Upgrade python-webob from 1.8.2 to 1.8.5 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-webob_1.8.2.bb')
-rw-r--r--recipes-devtools/python/python-webob_1.8.2.bb18
1 files changed, 0 insertions, 18 deletions
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 @@
1DESCRIPTION = "WSGI request and response object"
2HOMEPAGE = "http://webob.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5"
6
7PYPI_PACKAGE = "WebOb"
8
9SRC_URI[md5sum] = "d04756e6683fedddba52eafbe9adf404"
10SRC_URI[sha256sum] = "1fe722f2ab857685fc96edec567dc40b1875b21219b3b348e58cd8c4d5ea7df3"
11
12inherit setuptools pypi
13
14RDEPENDS_${PN} += " \
15 python-sphinx \
16 python-nose \
17 "
18