buildroot/package/python-aioredis/Config.in
Adam Duskett c76c399e62 package/python-aioredis: new package
asyncio (PEP 3156) Redis client library.
Provides a simple and clear interface to Redis based on asyncio.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[Thomas:
 - drop dependency on redis, there is no such dependency, the redis
   server could be remote
 - add dependency on Python 3.x]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-09-30 21:38:38 +02:00

10 lines
300 B
Plaintext

config BR2_PACKAGE_PYTHON_AIOREDIS
bool "python-aioredis"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
select BR2_PACKAGE_PYTHON_HIREDIS # runtime
help
Provides simple and clear interface to Redis based on asyncio.
https://github.com/aio-libs/aioredis