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

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