The Pagure event stream server uses trollius and trollius-redis, which only works on Python 2. Until this is ported to use asyncio and asyncio-redis on Python 3, this is a Python 2-only component.
trollius
trollius-redis
asyncio
asyncio-redis
Signed-off-by: Neal Gompa ngompa13@gmail.com
Actually, this might solve our problems: https://github.com/ThinkChaos/Trololio
Pull-Request has been closed by ngompa
The Pagure event stream server uses
trolliusandtrollius-redis, which only works on Python 2. Until this is ported to useasyncioandasyncio-redison Python 3, this is a Python 2-only component.Signed-off-by: Neal Gompa ngompa13@gmail.com