Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-twisted: Add python3-asyncio to RDEPENDS
To fix crash due to missing module: from twisted.internet import defer File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 14, in <module> from asyncio import AbstractEventLoop, Future, iscoroutine ModuleNotFoundError: No module named 'asyncio' Signed-off-by: Hains van den Bosch <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information