Files
rpi-buildroot/package/python-aiohttp-sse-client/Config.in
Arno Messiaen 38090cdbb6 package/python-aiohttp-sse-client: new package
This patch adds the python-aiohttp-sse-client package to buildroot.
This package adds SSE client support to the aiohttp library, as
opposed to the already exising python-aiohttp-sse package, which
only adds sse server support.

Signed-off-by: Arno Messiaen <arnomessiaen@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2025-02-05 12:58:56 +01:00

11 lines
360 B
Plaintext

config BR2_PACKAGE_PYTHON_AIOHTTP_SSE_CLIENT
bool "python-aiohttp-sse-client"
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
select BR2_PACKAGE_PYTHON_ATTRS # runtime
select BR2_PACKAGE_PYTHON_MULTIDICT # runtime
select BR2_PACKAGE_PYTHON_YARL # runtime
help
Server-sent events client support for aiohttp.
https://github.com/rtfol/aiohttp-sse-client