diff options
author | James Hilliard <james.hilliard1@gmail.com> | 2018-12-07 16:45:08 +0800 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-12-08 23:53:36 +0100 |
commit | d43c6f9f1e413e7fd04e3ff25c41895ecd5ea905 (patch) | |
tree | 4e1010b3622d3d3954d23c492e5365e9709a50eb /package/python-aiohttp-sse/Config.in | |
parent | e3e5c7451ba2f01e3d749b3cdff281f69cc9e9c5 (diff) | |
download | buildroot-d43c6f9f1e413e7fd04e3ff25c41895ecd5ea905.tar.gz buildroot-d43c6f9f1e413e7fd04e3ff25c41895ecd5ea905.zip |
package/python-aiohttp-sse: new package
Server-sent events support for aiohttp.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-aiohttp-sse/Config.in')
-rw-r--r-- | package/python-aiohttp-sse/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-aiohttp-sse/Config.in b/package/python-aiohttp-sse/Config.in new file mode 100644 index 0000000000..781bbf4de7 --- /dev/null +++ b/package/python-aiohttp-sse/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_AIOHTTP_SSE + bool "python-aiohttp-sse" + depends on BR2_PACKAGE_PYTHON3 + select BR2_PACKAGE_PYTHON_AIOHTTP # runtime + help + Server-sent events support for aiohttp. + + https://github.com/aio-libs/aiohttp_sse/ |