Files
rpi-buildroot/package/python-webob/Config.in
James Hilliard 8b0ecdcb82 package/python-webob: bump to version 1.8.9
Add new python-legacy-cgi runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-10-28 14:48:14 +01:00

9 lines
209 B
Plaintext

config BR2_PACKAGE_PYTHON_WEBOB
bool "python-webob"
select BR2_PACKAGE_PYTHON_LEGACY_CGI # runtime
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
help
WSGI request and response object.
http://webob.org/