meta-virtualization/recipes-devtools/python/python-webob_1.8.5.bb
Zheng Ruoqin 8f11785481 python-webob: RDEPENDS remove
Remove python-nose from RDEPENDS for it has been removed from oe-core.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-09-03 16:02:19 -04:00

18 lines
438 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 \
"