Skip to content

Commit

Permalink
python3-twisted: Add python3-asyncio to RDEPENDS
Browse files Browse the repository at this point in the history
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 <hainsvdbosch@ziggo.nl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
Hains authored and kraj committed Dec 12, 2022
1 parent 64e73fa commit 78386ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RDEPENDS:${PN} = "\
"

RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \
${PYTHON_PN}-asyncio \
${PYTHON_PN}-automat \
${PYTHON_PN}-constantly \
${PYTHON_PN}-core \
Expand Down

0 comments on commit 78386ad

Please sign in to comment.