Hi,
python3-aioredlock depends and build-depends on python3-aioredis, which has been
abandoned upstream. The functionality from aioredis has been rolled into
redis-py[1].
Could you please update this package to use redis-py instead of
aioredis? We can then look to remove aioredis from the archive. In
theory this should be a simple drop-in replacement by replacing
"import aioredis" with "from redis import asyncio as aioredis".
Many thanks,
Dale Richards
[1] https://github.com/aio-libs-abandoned/aioredis-py