mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

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>
19 lines
453 B
BlitzBasic
19 lines
453 B
BlitzBasic
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] = "1761f416e8cf53f6fb674149cc223bd1"
|
|
SRC_URI[sha256sum] = "05aaab7975e0ee8af2026325d656e5ce14a71f1883c52276181821d6d5bf7086"
|
|
|
|
inherit setuptools pypi
|
|
|
|
RDEPENDS_${PN} += " \
|
|
python-sphinx \
|
|
python-nose \
|
|
"
|
|
|