#1074327 Remove dependency on python3-aioredis

#1074327#5
Date:
2024-06-26 16:50:18 UTC
From:
To:
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

#1074327#10
Date:
2024-06-26 17:29:30 UTC
From:
To:
I've attached a simple patch to remove this dependency.
#1074327#17
Date:
2026-08-25 09:03:10 UTC
From:
To:
Hi Jelmer,

python3-aioredis is obsolete and RC buggy and should be removed;
python-aioredlock is the only one reverse dependency

Please apply this patch to allow removal of python3-aioredis

Greetings

Alexandre