meta-virtualization/recipes-devtools/python/python3-webob_1.8.9.bb
Bruce Ashfield bd1a95853f devtools: update to latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-04-17 18:34:53 +00:00

17 lines
387 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[sha256sum] = "ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589"
inherit setuptools3 pypi
RDEPENDS:${PN} += " \
python3-sphinx \
"