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>
11 lines
360 B
Plaintext
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
|